We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab20f54 commit 91edcc8Copy full SHA for 91edcc8
.github/workflows/update-mozcentral-version.yaml
@@ -2,7 +2,8 @@ name: 'Create pull requests to update mozilla-central version to the latest'
2
3
on:
4
schedule:
5
- - cron: "00 14 * * 1" # run every Monday at 14:00 UTC (10:00 Eastern Daylight Time)
+ - 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/
7
workflow_call:
8
workflow_dispatch: # or you can run it manually
9
0 commit comments