Merge pull request #86 from creative-commoners/pulls/3/module-standardiser-1715911117

MNT Run module-standardiser
This commit is contained in:
Guy Sartorelli 2024-05-21 16:23:11 +12:00 committed by GitHub
commit 0919f31244
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 11:55 AM UTC, only on Monday and Tuesday
# At 10:50 PM UTC, only on Sunday and Monday
schedule:
- cron: '55 11 * * 1,2'
- cron: '50 22 * * 0,1'
permissions: {}

View File

@ -1,9 +1,9 @@
name: Keepalive
on:
# At 11:55 AM UTC, on day 16 of the month
# At 7:35 PM UTC, on day 8 of the month
schedule:
- cron: '55 11 16 * *'
- cron: '35 19 8 * *'
workflow_dispatch:
permissions: {}

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 11:55 AM UTC, only on Friday
# At 10:50 PM UTC, only on Thursday
schedule:
- cron: '55 11 * * 5'
- cron: '50 22 * * 4'
workflow_dispatch:
permissions: {}