MNT Run module-standardiser

This commit is contained in:
Steve Boyd 2024-05-17 14:05:50 +12:00
parent a7123ea94f
commit 86411df7a0
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 12:00 PM UTC, only on Tuesday
# At 8:40 PM UTC, only on Monday
schedule:
- cron: '0 12 * * 2'
- cron: '40 20 * * 1'
workflow_dispatch:
permissions: {}