From f83fac0392d692363cc027ffbf942724ae76b657 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 7 May 2024 16:23:21 +1200 Subject: [PATCH] MNT Run module-standardiser --- .github/workflows/dispatch-ci.yml | 4 ++-- .github/workflows/keepalive.yml | 4 ++-- .github/workflows/update-js.yml | 2 +- contributing.md | 3 --- 4 files changed, 5 insertions(+), 8 deletions(-) delete mode 100644 contributing.md diff --git a/.github/workflows/dispatch-ci.yml b/.github/workflows/dispatch-ci.yml index 56caf43..865c192 100644 --- a/.github/workflows/dispatch-ci.yml +++ b/.github/workflows/dispatch-ci.yml @@ -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: diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 17d1406..8a2197e 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -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: diff --git a/.github/workflows/update-js.yml b/.github/workflows/update-js.yml index d77bed5..0f44712 100644 --- a/.github/workflows/update-js.yml +++ b/.github/workflows/update-js.yml @@ -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: diff --git a/contributing.md b/contributing.md deleted file mode 100644 index 32334e2..0000000 --- a/contributing.md +++ /dev/null @@ -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).