Merge pull request #122 from creative-commoners/pulls/3/module-standardiser-1715911355

MNT Run module-standardiser
This commit is contained in:
Guy Sartorelli 2024-05-21 16:27:18 +12:00 committed by GitHub
commit 920bc902fd
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 10:50 PM UTC, only on Saturday and Sunday
# At 2:10 PM UTC, only on Wednesday and Thursday
schedule:
- cron: '50 22 * * 6,0'
- cron: '10 14 * * 3,4'
permissions: {}

View File

@ -1,9 +1,9 @@
name: Keepalive
on:
# At 10:50 PM UTC, on day 7 of the month
# At 11:55 AM UTC, on day 4 of the month
schedule:
- cron: '50 22 7 * *'
- cron: '55 11 4 * *'
workflow_dispatch:
permissions: {}

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 10:50 PM UTC, only on Wednesday
# At 2:10 PM UTC, only on Sunday
schedule:
- cron: '50 22 * * 3'
- cron: '10 14 * * 0'
workflow_dispatch:
permissions: {}