Merge pull request #448 from donaldzou/DaanSelen-patch-1
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled

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

View File

@@ -1,10 +1,8 @@
name: Docker-Analyze
on:
#schedule:
# - cron: "0 0 * * *" # Daily at midnight UTC
push:
branches: [ main ]
schedule:
- cron: "0 0 * * *" # Daily at midnight UTC
workflow_dispatch:
inputs:
trigger-build:

View File

@@ -1,8 +1,8 @@
name: Docker-Build
on:
schedule:
- cron: "0 0 * * *" # Daily at midnight UTC
push:
branches: [ main ]
workflow_dispatch:
inputs:
trigger-build: