MNT Run module-standardiser

This commit is contained in:
Steve Boyd 2024-05-07 16:23:21 +12:00
parent 942c599b80
commit f83fac0392
4 changed files with 5 additions and 8 deletions

View File

@ -1,9 +1,9 @@
name: Dispatch CI
on:
# At 11:30 AM UTC, only on Wednesday and Thursday
# At 12:00 AM UTC, only on Saturday and Sunday
schedule:
- cron: '30 11 * * 3,4'
- cron: '0 0 * * 6,0'
jobs:
dispatch-ci:

View File

@ -1,9 +1,9 @@
name: Keepalive
on:
# At 8:40 PM UTC, on day 9 of the month
# At 12:00 AM UTC, on day 21 of the month
schedule:
- cron: '40 20 9 * *'
- cron: '0 0 21 * *'
workflow_dispatch:
jobs:

View File

@ -4,7 +4,7 @@ on:
workflow_dispatch:
# Run on a schedule of once per quarter
schedule:
- cron: '40 20 1 */3 *'
- cron: '0 0 1 */3 *'
jobs:
update-js:

View File

@ -1,3 +0,0 @@
# Contributing
Contributions are welcome! Create an issue, explaining a bug or proposal. Submit pull requests if you feel brave. Speak to me on [Twitter](https://twitter.com/assertchris).