Merge pull request #126 from creative-commoners/pulls/3/module-standardiser-1715911032

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

View File

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

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 6:30 PM UTC, only on Thursday
# At 2:10 PM UTC, only on Thursday
schedule:
- cron: '30 18 * * 4'
- cron: '10 14 * * 4'
workflow_dispatch:
permissions: {}