MNT Run module-standardiser

This commit is contained in:
Guy Sartorelli 2024-01-31 10:18:30 +13:00
parent 51d19c1838
commit ba03074716
No known key found for this signature in database
GPG Key ID: F313E3B9504D496A
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
name: Dispatch CI
on:
# At 12:00 PM UTC, only on Friday and Saturday
# At 7:35 PM UTC, only on Tuesday and Wednesday
schedule:
- cron: '0 12 * * 5,6'
- cron: '35 19 * * 2,3'
jobs:
dispatch-ci:

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 12:00 PM UTC, only on Tuesday
# At 7:35 PM UTC, only on Saturday
schedule:
- cron: '0 12 * * 2'
- cron: '35 19 * * 6'
workflow_dispatch:
jobs: