From cb7f17d9dab655776c5e3d4cb452036c92fe468c Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 17 May 2024 14:01:17 +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 4990e9c..6f14847 100644 --- a/.github/workflows/dispatch-ci.yml +++ b/.github/workflows/dispatch-ci.yml @@ -1,9 +1,9 @@ name: Dispatch CI on: - # At 6:30 AM UTC, only on Thursday and Friday + # At 5:25 AM UTC, only on Sunday and Monday schedule: - - cron: '30 6 * * 4,5' + - cron: '25 5 * * 0,1' permissions: {} diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index a1f3aa3..cf2946f 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -1,9 +1,9 @@ name: Keepalive on: - # At 6:30 AM UTC, on day 19 of the month + # At 2:10 AM UTC, on day 15 of the month schedule: - - cron: '30 6 19 * *' + - cron: '10 2 15 * *' workflow_dispatch: permissions: {}