MNT Run module-standardiser

This commit is contained in:
Steve Boyd 2024-05-17 14:06:23 +12:00
parent f3ff49202d
commit f36e882252
3 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
name: Dispatch CI
on:
# At 3:15 PM UTC, only on Thursday and Friday
# At 8:40 PM UTC, only on Sunday and Monday
schedule:
- cron: '15 15 * * 4,5'
- cron: '40 20 * * 0,1'
permissions: {}

View File

@ -1,9 +1,9 @@
name: Keepalive
on:
# At 3:15 PM UTC, on day 12 of the month
# At 5:25 PM UTC, on day 22 of the month
schedule:
- cron: '15 15 12 * *'
- cron: '25 17 22 * *'
workflow_dispatch:
permissions: {}

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 3:15 PM UTC, only on Monday
# At 8:40 PM UTC, only on Thursday
schedule:
- cron: '15 15 * * 1'
- cron: '40 20 * * 4'
workflow_dispatch:
permissions: {}