mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-08-28 15:51:17 +00:00
Changed the workflow from every night to: on every commit in the main branch.
This commit is contained in:
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:
|
||||
|
Reference in New Issue
Block a user