MNT Run module-standardiser

This commit is contained in:
Steve Boyd 2024-05-17 14:01:28 +12:00
parent a0f246faa7
commit e19ee9999f
3 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
name: Dispatch CI
on:
# At 11:55 PM UTC, only on Friday and Saturday
# At 5:25 AM UTC, only on Sunday and Monday
schedule:
- cron: '55 23 * * 5,6'
- cron: '25 5 * * 0,1'
permissions: {}

View File

@ -1,9 +1,9 @@
name: Keepalive
on:
# At 11:55 PM UTC, on day 20 of the month
# At 2:10 AM UTC, on day 15 of the month
schedule:
- cron: '55 23 20 * *'
- cron: '10 2 15 * *'
workflow_dispatch:
permissions: {}

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 11:55 PM UTC, only on Tuesday
# At 5:25 AM UTC, only on Thursday
schedule:
- cron: '55 23 * * 2'
- cron: '25 5 * * 4'
workflow_dispatch:
permissions: {}