Merge pull request #109 from creative-commoners/pulls/3/module-standardiser-1715911550

MNT Run module-standardiser
This commit is contained in:
Guy Sartorelli 2024-05-21 16:29:57 +12:00 committed by GitHub
commit 60ca4d190e
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 12:00 PM UTC, only on Friday and Saturday
# At 8:40 PM UTC, only on Thursday and Friday
schedule:
- cron: '0 12 * * 5,6'
- cron: '40 20 * * 4,5'
permissions: {}

View File

@ -1,9 +1,9 @@
name: Keepalive
on:
# At 12:00 PM UTC, on day 13 of the month
# At 5:25 PM UTC, on day 26 of the month
schedule:
- cron: '0 12 13 * *'
- cron: '25 17 26 * *'
workflow_dispatch:
permissions: {}

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 12:00 PM UTC, only on Tuesday
# At 8:40 PM UTC, only on Monday
schedule:
- cron: '0 12 * * 2'
- cron: '40 20 * * 1'
workflow_dispatch:
permissions: {}