Merge pull request #284 from creative-commoners/pulls/4/module-standardiser-1715910749

MNT Run module-standardiser
This commit is contained in:
Guy Sartorelli 2024-05-21 16:19:06 +12:00 committed by GitHub
commit 0ffc6c9e08
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 1:05 AM UTC, only on Monday and Tuesday # At 6:30 AM UTC, only on Monday and Tuesday
schedule: schedule:
- cron: '5 1 * * 1,2' - cron: '30 6 * * 1,2'
permissions: {} permissions: {}

View File

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

View File

@ -1,9 +1,9 @@
name: Merge-up name: Merge-up
on: on:
# At 1:05 AM UTC, only on Friday # At 6:30 AM UTC, only on Friday
schedule: schedule:
- cron: '5 1 * * 5' - cron: '30 6 * * 5'
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: '5 1 1 */3 *' - cron: '50 10 1 */3 *'
permissions: {} permissions: {}