Merge pull request #85 from creative-commoners/pulls/5/module-standardiser-1715911236

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

View File

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

View File

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