From f8f71924611a6a797f3533e0bb0e3cd2267def30 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 17 May 2024 14:01:06 +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 c308636..2b2634f 100644 --- a/.github/workflows/dispatch-ci.yml +++ b/.github/workflows/dispatch-ci.yml @@ -1,9 +1,9 @@ name: Dispatch CI on: - # At 8:40 PM UTC, only on Monday and Tuesday + # At 3:15 PM UTC, only on Monday and Tuesday schedule: - - cron: '40 20 * * 1,2' + - cron: '15 15 * * 1,2' permissions: {} diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 3203cce..e4a32b7 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 PM UTC, on day 9 of the month schedule: - - cron: '40 20 9 * *' + - cron: '0 12 9 * *' workflow_dispatch: permissions: {}