From 60bde3b476fb4475c08b077351628b69b0f53829 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..0deb298 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 3:15 PM UTC, only on Thursday and Friday schedule: - - cron: '5 13 * * 5,6' + - cron: '15 15 * * 4,5' permissions: {} diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index b105b38..5723e59 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 3:15 PM UTC, on day 12 of the month schedule: - - cron: '5 13 6 * *' + - cron: '15 15 12 * *' workflow_dispatch: permissions: {}