Skip to content

Commit 91edcc8

Browse files
committed
chore(CI): lower the update frequency to every month as we don't have enough bandwidth
1 parent ab20f54 commit 91edcc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-mozcentral-version.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: 'Create pull requests to update mozilla-central version to the latest'
22

33
on:
44
schedule:
5-
- cron: "00 14 * * 1" # run every Monday at 14:00 UTC (10:00 Eastern Daylight Time)
5+
- cron: "00 14 */100,1-7 * 1" # run on the first Monday of each month at 14:00 UTC (10:00 Eastern Daylight Time)
6+
# See https://blog.healthchecks.io/2022/09/schedule-cron-job-the-funky-way/
67
workflow_call:
78
workflow_dispatch: # or you can run it manually
89

0 commit comments

Comments
 (0)