Merge pull request #758 from creative-commoners/pulls/4/module-standardiser-1715910910

MNT Run module-standardiser
This commit is contained in:
Guy Sartorelli 2024-05-21 16:18:58 +12:00 committed by GitHub
commit cbc56495b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
name: Dispatch CI
on:
# At 3:15 AM UTC, only on Friday and Saturday
# At 6:30 AM UTC, only on Tuesday and Wednesday
schedule:
- cron: '15 3 * * 5,6'
- cron: '30 6 * * 2,3'
permissions: {}

View File

@ -1,9 +1,9 @@
name: Keepalive
on:
# At 3:15 AM UTC, on day 20 of the month
# At 3:15 AM UTC, on day 24 of the month
schedule:
- cron: '15 3 20 * *'
- cron: '15 3 24 * *'
workflow_dispatch:
permissions: {}

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 3:15 AM UTC, only on Tuesday
# At 6:30 AM UTC, only on Saturday
schedule:
- cron: '15 3 * * 2'
- cron: '30 6 * * 6'
workflow_dispatch:
permissions: {}

View File

@ -4,7 +4,7 @@ on:
workflow_dispatch:
# Run on a schedule of once per quarter
schedule:
- cron: '15 3 1 */3 *'
- cron: '50 10 1 */3 *'
permissions: {}