Skip to content

Commit

Permalink
Make automation run more infrequently (#3822)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Nov 12, 2024
1 parent 013413b commit 5094523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maintenance-v0.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Automated Maintenance v0
on:
schedule:
- cron: "0 4,8,16,20 * * *"
- cron: "0 0,12 * * *"
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
2 changes: 1 addition & 1 deletion .github/workflows/maintenance-v1.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Automated Maintenance v1
on:
schedule:
- cron: "0 0,6,12,18 * * *"
- cron: "0 8,20 * * *"
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 5094523

Please sign in to comment.