From 86f4b70d647be5effe5bf126fbfe4f6af3290fb4 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 17 May 2024 14:00:56 +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 5c4f8f3..b594f0d 100644 --- a/.github/workflows/dispatch-ci.yml +++ b/.github/workflows/dispatch-ci.yml @@ -1,9 +1,9 @@ name: Dispatch CI on: - # At 1:05 PM UTC, only on Friday and Saturday + # At 4:20 AM UTC, only on Sunday and Monday schedule: - - cron: '5 13 * * 5,6' + - cron: '20 4 * * 0,1' permissions: {} diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index b105b38..3b4b184 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -1,9 +1,9 @@ name: Keepalive on: - # At 1:05 PM UTC, on day 6 of the month + # At 1:05 AM UTC, on day 22 of the month schedule: - - cron: '5 13 6 * *' + - cron: '5 1 22 * *' workflow_dispatch: permissions: {}