MNT Run module-standardiser

This commit is contained in:
Steve Boyd 2024-05-17 14:06:00 +12:00
parent a8d66898ff
commit 8cafa07b4a
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
name: Keepalive
on:
# At 5:25 AM UTC, on day 6 of the month
# At 5:25 PM UTC, on day 2 of the month
schedule:
- cron: '25 5 6 * *'
- cron: '25 17 2 * *'
workflow_dispatch:
permissions: {}

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 5:25 AM UTC, only on Friday
# At 8:40 AM UTC, only on Wednesday
schedule:
- cron: '25 5 * * 5'
- cron: '40 8 * * 3'
workflow_dispatch:
permissions: {}