From 012c327108932f7c40270199e9b265ef83f77843 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 17 May 2024 14:00:16 +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 e460d34..e07f913 100644 --- a/.github/workflows/dispatch-ci.yml +++ b/.github/workflows/dispatch-ci.yml @@ -1,9 +1,9 @@ name: Dispatch CI on: - # At 11:55 AM UTC, only on Sunday and Monday + # At 9:45 PM UTC, only on Thursday and Friday schedule: - - cron: '55 11 * * 0,1' + - cron: '45 21 * * 4,5' permissions: {} diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 96bb2c7..5438cf3 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -1,9 +1,9 @@ name: Keepalive on: - # At 11:55 AM UTC, on day 8 of the month + # At 6:30 PM UTC, on day 19 of the month schedule: - - cron: '55 11 8 * *' + - cron: '30 18 19 * *' workflow_dispatch: permissions: {}