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 name: Dispatch CI
on: on:
# At 12:00 PM UTC, only on Friday and Saturday # At 8:40 PM UTC, only on Thursday and Friday
schedule: schedule:
- cron: '0 12 * * 5,6' - cron: '40 20 * * 4,5'
permissions: {} permissions: {}

View File

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

View File

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