Merge pull request #234 from creative-commoners/pulls/5/module-standardiser-1715910965

MNT Run module-standardiser
This commit is contained in:
Guy Sartorelli 2024-05-21 16:18:56 +12:00 committed by GitHub
commit 7b081618e5
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 11:55 AM UTC, only on Saturday and Sunday # At 11:55 PM UTC, only on Tuesday and Wednesday
schedule: schedule:
- cron: '55 11 * * 6,0' - cron: '55 23 * * 2,3'
permissions: {} permissions: {}

View File

@ -1,9 +1,9 @@
name: Keepalive name: Keepalive
on: on:
# At 11:55 AM UTC, on day 28 of the month # At 8:40 PM UTC, on day 17 of the month
schedule: schedule:
- cron: '55 11 28 * *' - cron: '40 20 17 * *'
workflow_dispatch: workflow_dispatch:
permissions: {} permissions: {}

View File

@ -1,9 +1,9 @@
name: Merge-up name: Merge-up
on: on:
# At 11:55 AM UTC, only on Wednesday # At 11:55 PM UTC, only on Saturday
schedule: schedule:
- cron: '55 11 * * 3' - cron: '55 23 * * 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: '55 11 1 */3 *' - cron: '15 3 1 */3 *'
permissions: {} permissions: {}