Skip to content

Commit

Permalink
Slow down maintenance runs (aws-cloudformation#2112)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Sep 9, 2021
1 parent 0d53ac8 commit 46cbec6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maintenance.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Automated Maintenance
on:
schedule:
- cron: '*/35 * * * *'
- cron: '0 */2 * * *'
workflow_dispatch: # Enables on-demand/manual triggering: https://docs.github.com/en/free-pro-team@latest/actions/managing-workflow-runs/manually-running-a-workflow
jobs:
job:
Expand Down

0 comments on commit 46cbec6

Please sign in to comment.