Skip to content

Commit

Permalink
Schedule nightly gitops run in dogfood (#19816)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeheath authored Jun 17, 2024
1 parent d3b9bad commit 0002b17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dogfood-gitops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0002b17

Please sign in to comment.