Merge pull request #572 from creative-commoners/pulls/3/module-standardiser-1715911452

MNT Run module-standardiser
This commit is contained in:
Guy Sartorelli 2024-05-21 16:44:36 +12:00 committed by GitHub
commit 547bbea16d
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 name: Dispatch CI
on: on:
# At 7:35 AM UTC, only on Sunday and Monday # At 12:00 PM UTC, only on Tuesday and Wednesday
schedule: schedule:
- cron: '35 7 * * 0,1' - cron: '0 12 * * 2,3'
permissions: {} permissions: {}

View File

@ -1,9 +1,9 @@
name: Keepalive name: Keepalive
on: on:
# At 7:35 AM UTC, on day 8 of the month # At 9:45 AM UTC, on day 10 of the month
schedule: schedule:
- cron: '35 7 8 * *' - cron: '45 9 10 * *'
workflow_dispatch: workflow_dispatch:
permissions: {} permissions: {}

View File

@ -1,9 +1,9 @@
name: Merge-up name: Merge-up
on: on:
# At 7:35 AM UTC, only on Thursday # At 12:00 PM UTC, only on Saturday
schedule: schedule:
- cron: '35 7 * * 4' - cron: '0 12 * * 6'
workflow_dispatch: workflow_dispatch:
permissions: {} permissions: {}

View File

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