MNT Run module-standardiser

This commit is contained in:
Steve Boyd 2024-05-17 14:02:24 +12:00
parent 070e8d4cb7
commit cdc6c84ed8
3 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
name: Dispatch CI
on:
# At 4:20 PM UTC, only on Sunday and Monday
# At 9:45 AM UTC, only on Monday and Tuesday
schedule:
- cron: '20 16 * * 0,1'
- cron: '45 9 * * 1,2'
permissions: {}

View File

@ -1,9 +1,9 @@
name: Keepalive
on:
# At 4:20 PM UTC, on day 1 of the month
# At 6:30 AM UTC, on day 23 of the month
schedule:
- cron: '20 16 1 * *'
- cron: '30 6 23 * *'
workflow_dispatch:
permissions: {}

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 4:20 PM UTC, only on Thursday
# At 9:45 AM UTC, only on Friday
schedule:
- cron: '20 16 * * 4'
- cron: '45 9 * * 5'
workflow_dispatch:
permissions: {}