mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Schedule nightly gitops run in dogfood (#19816)
This commit is contained in:
parent
d3b9bade74
commit
0002b178ff
1 changed files with 2 additions and 0 deletions
2
.github/workflows/dogfood-gitops.yml
vendored
2
.github/workflows/dogfood-gitops.yml
vendored
|
|
@ -12,6 +12,8 @@ on:
|
|||
- 'it-and-security/**'
|
||||
- '.github/workflows/dogfood-gitops.yml'
|
||||
workflow_dispatch: # allows manual triggering
|
||||
schedule:
|
||||
- cron: '0 6 * * *' # Nightly 6AM UTC
|
||||
|
||||
# Prevent concurrent runs of this workflow, but allow all runs to finish.
|
||||
concurrency:
|
||||
|
|
|
|||
Loading…
Reference in a new issue