Schedule nightly gitops run in dogfood (#19816)

This commit is contained in:
Luke Heath 2024-06-17 14:12:17 -07:00 committed by GitHub
parent d3b9bade74
commit 0002b178ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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