From bd1b0559ddcc8623d664234fff9ca418fbfc68a5 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 17 May 2024 13:58:49 +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 f2597ae5..b594f0d1 100644 --- a/.github/workflows/dispatch-ci.yml +++ b/.github/workflows/dispatch-ci.yml @@ -1,9 +1,9 @@ name: Dispatch CI on: - # At 4:20 PM UTC, only on Friday and Saturday + # At 4:20 AM UTC, only on Sunday and Monday schedule: - - cron: '20 16 * * 5,6' + - cron: '20 4 * * 0,1' permissions: {} diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 743269a2..26b8bf40 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -1,9 +1,9 @@ name: Keepalive on: - # At 4:20 PM UTC, on day 13 of the month + # At 4:20 AM UTC, on day 1 of the month schedule: - - cron: '20 16 13 * *' + - cron: '20 4 1 * *' workflow_dispatch: permissions: {}