MNT Run module-standardiser

This commit is contained in:
Steve Boyd 2024-05-17 14:02:35 +12:00
parent 9008a5be7d
commit de6f94ae48
3 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
name: Dispatch CI
on:
# At 10:50 PM UTC, only on Saturday and Sunday
# At 2:10 PM UTC, only on Wednesday and Thursday
schedule:
- cron: '50 22 * * 6,0'
- cron: '10 14 * * 3,4'
permissions: {}

View File

@ -1,9 +1,9 @@
name: Keepalive
on:
# At 10:50 PM UTC, on day 7 of the month
# At 11:55 AM UTC, on day 4 of the month
schedule:
- cron: '50 22 7 * *'
- cron: '55 11 4 * *'
workflow_dispatch:
permissions: {}

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 10:50 PM UTC, only on Wednesday
# At 2:10 PM UTC, only on Sunday
schedule:
- cron: '50 22 * * 3'
- cron: '10 14 * * 0'
workflow_dispatch:
permissions: {}