1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-22 07:10:09 +01:00

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 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:

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: