From da68853aece857293d6ff86cc11797a5955c0bd6 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 17 May 2024 14:01:59 +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 4c39dac..bfe49d6 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 Sunday and Monday + # At 10:50 PM UTC, only on Tuesday and Wednesday schedule: - - cron: '40 20 * * 0,1' + - cron: '50 22 * * 2,3' permissions: {} diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 206df49..7e87395 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 1 of the month + # At 7:35 PM UTC, on day 24 of the month schedule: - - cron: '40 20 1 * *' + - cron: '35 19 24 * *' workflow_dispatch: permissions: {}