MNT Run module-standardiser

This commit is contained in:
Steve Boyd 2024-05-17 13:58:37 +12:00
parent b6245f45e6
commit 749b0c8580
3 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
name: Dispatch CI
on:
# At 11:55 AM UTC, only on Monday and Tuesday
# At 10:50 PM UTC, only on Sunday and Monday
schedule:
- cron: '55 11 * * 1,2'
- cron: '50 22 * * 0,1'
permissions: {}

View File

@ -1,9 +1,9 @@
name: Keepalive
on:
# At 11:55 AM UTC, on day 16 of the month
# At 7:35 PM UTC, on day 8 of the month
schedule:
- cron: '55 11 16 * *'
- cron: '35 19 8 * *'
workflow_dispatch:
permissions: {}

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 11:55 AM UTC, only on Friday
# At 10:50 PM UTC, only on Thursday
schedule:
- cron: '55 11 * * 5'
- cron: '50 22 * * 4'
workflow_dispatch:
permissions: {}