From 97f29f7310434d64cc71b61279ebac1adf2f559a Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 7 May 2024 16:31:27 +1200 Subject: [PATCH] MNT Run module-standardiser --- .github/workflows/dispatch-ci.yml | 4 ++-- .github/workflows/keepalive.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dispatch-ci.yml b/.github/workflows/dispatch-ci.yml index a0588f1..ec17d59 100644 --- a/.github/workflows/dispatch-ci.yml +++ b/.github/workflows/dispatch-ci.yml @@ -1,9 +1,9 @@ name: Dispatch CI on: - # At 11:10 AM UTC, only on Saturday and Sunday + # At 11:55 AM UTC, only on Thursday and Friday schedule: - - cron: '10 11 * * 6,0' + - cron: '55 11 * * 4,5' jobs: dispatch-ci: diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 9e78534..12f8015 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -1,9 +1,9 @@ name: Keepalive on: - # At 8:40 AM UTC, on day 9 of the month + # At 11:55 AM UTC, on day 12 of the month schedule: - - cron: '40 8 9 * *' + - cron: '55 11 12 * *' workflow_dispatch: jobs: