Merge pull request #448 from donaldzou/DaanSelen-patch-1

Hotfix.
This commit is contained in:
Donald Zou
2024-11-02 16:20:35 +08:00
committed by GitHub
2 changed files with 4 additions and 6 deletions
+2 -4
View File
@@ -1,10 +1,8 @@
name: Docker-Analyze name: Docker-Analyze
on: on:
#schedule: schedule:
# - cron: "0 0 * * *" # Daily at midnight UTC - cron: "0 0 * * *" # Daily at midnight UTC
push:
branches: [ main ]
workflow_dispatch: workflow_dispatch:
inputs: inputs:
trigger-build: trigger-build:
+2 -2
View File
@@ -1,8 +1,8 @@
name: Docker-Build name: Docker-Build
on: on:
schedule: push:
- cron: "0 0 * * *" # Daily at midnight UTC branches: [ main ]
workflow_dispatch: workflow_dispatch:
inputs: inputs:
trigger-build: trigger-build: