Merge pull request #182 from creative-commoners/pulls/5/module-standardiser-1715911344

MNT Run module-standardiser
This commit is contained in:
Guy Sartorelli 2024-05-21 16:27:19 +12:00 committed by GitHub
commit 50a1770f57
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 4:20 PM UTC, only on Sunday and Monday
# At 9:45 AM UTC, only on Monday and Tuesday
schedule:
- cron: '20 16 * * 0,1'
- cron: '45 9 * * 1,2'
permissions: {}

View File

@ -1,9 +1,9 @@
name: Keepalive
on:
# At 4:20 PM UTC, on day 1 of the month
# At 6:30 AM UTC, on day 23 of the month
schedule:
- cron: '20 16 1 * *'
- cron: '30 6 23 * *'
workflow_dispatch:
permissions: {}

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 4:20 PM UTC, only on Thursday
# At 9:45 AM UTC, only on Friday
schedule:
- cron: '20 16 * * 4'
- cron: '45 9 * * 5'
workflow_dispatch:
permissions: {}