Skip to content

Commit 5094523

Browse files
authored
Make automation run more infrequently (#3822)
1 parent 013413b commit 5094523

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maintenance-v0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Automated Maintenance v0
22
on:
33
schedule:
4-
- cron: "0 4,8,16,20 * * *"
4+
- cron: "0 0,12 * * *"
55
workflow_dispatch: # Enables on-demand/manual triggering: https://docs.github.com/en/free-pro-team@latest/actions/managing-workflow-runs/manually-running-a-workflow
66
jobs:
77
job:

.github/workflows/maintenance-v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Automated Maintenance v1
22
on:
33
schedule:
4-
- cron: "0 0,6,12,18 * * *"
4+
- cron: "0 8,20 * * *"
55
workflow_dispatch: # Enables on-demand/manual triggering: https://docs.github.com/en/free-pro-team@latest/actions/managing-workflow-runs/manually-running-a-workflow
66
jobs:
77
job:

0 commit comments

Comments
 (0)