Merge pull request #41 from creative-commoners/pulls/2/module-standardiser-1715911288

MNT Run module-standardiser
This commit is contained in:
Guy Sartorelli 2024-05-21 16:27:22 +12:00 committed by GitHub
commit 08d22b10dd
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 PM UTC, only on Friday and Saturday
# At 5:25 AM UTC, only on Sunday and Monday
schedule:
- cron: '55 23 * * 5,6'
- cron: '25 5 * * 0,1'
permissions: {}

View File

@ -1,9 +1,9 @@
name: Keepalive
on:
# At 11:55 PM UTC, on day 20 of the month
# At 2:10 AM UTC, on day 15 of the month
schedule:
- cron: '55 23 20 * *'
- cron: '10 2 15 * *'
workflow_dispatch:
permissions: {}

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 11:55 PM UTC, only on Tuesday
# At 5:25 AM UTC, only on Thursday
schedule:
- cron: '55 23 * * 2'
- cron: '25 5 * * 4'
workflow_dispatch:
permissions: {}