mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-06 07:50:13 +01:00
Changed the workflow from every night to: on every commit in the main branch.
This commit is contained in:
parent
81168c27c6
commit
a93291b38f
6
.github/workflows/docker-analyze.yaml
vendored
6
.github/workflows/docker-analyze.yaml
vendored
@ -1,8 +1,10 @@
|
||||
name: Docker-Analyze
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *" # Daily at midnight UTC
|
||||
#schedule:
|
||||
# - cron: "0 0 * * *" # Daily at midnight UTC
|
||||
push:
|
||||
branches: [ main ]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
trigger-build:
|
||||
|
Loading…
Reference in New Issue
Block a user