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
commit 79bd575aca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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: