Merge pull request #392 from creative-commoners/pulls/4/module-standardiser-1715911583

MNT Run module-standardiser
This commit is contained in:
Guy Sartorelli 2024-05-21 16:29:54 +12:00 committed by GitHub
commit 233e9bd3e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: {}