Merge pull request #81 from creative-commoners/pulls/3/module-standardiser-1715911560

MNT Run module-standardiser
This commit is contained in:
Guy Sartorelli 2024-05-21 16:29:56 +12:00 committed by GitHub
commit 804178b6d1
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: Keepalive name: Keepalive
on: on:
# At 5:25 AM UTC, on day 6 of the month # At 5:25 PM UTC, on day 2 of the month
schedule: schedule:
- cron: '25 5 6 * *' - cron: '25 17 2 * *'
workflow_dispatch: workflow_dispatch:
permissions: {} permissions: {}

View File

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