MNT Run module-standardiser

This commit is contained in:
Steve Boyd 2024-05-17 14:00:36 +12:00
parent b30f9a6a56
commit d9ab0dbf69
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
name: Dispatch CI
on:
# At 3:15 PM UTC, only on Tuesday and Wednesday
# At 9:45 AM UTC, only on Thursday and Friday
schedule:
- cron: '15 15 * * 2,3'
- cron: '45 9 * * 4,5'
permissions: {}

View File

@ -1,9 +1,9 @@
name: Keepalive
on:
# At 3:15 PM UTC, on day 24 of the month
# At 6:30 AM UTC, on day 19 of the month
schedule:
- cron: '15 15 24 * *'
- cron: '30 6 19 * *'
workflow_dispatch:
permissions: {}