From d9ab0dbf690492792b54af0634c42d83ee249bbb Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 17 May 2024 14:00:36 +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 9eb2f23..ffeb1d3 100644 --- a/.github/workflows/dispatch-ci.yml +++ b/.github/workflows/dispatch-ci.yml @@ -1,9 +1,9 @@ name: Dispatch CI on: - # At 3:15 PM UTC, only on Tuesday and Wednesday + # At 9:45 AM UTC, only on Thursday and Friday schedule: - - cron: '15 15 * * 2,3' + - cron: '45 9 * * 4,5' permissions: {} diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 411e9f6..a1f3aa3 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -1,9 +1,9 @@ name: Keepalive on: - # At 3:15 PM UTC, on day 24 of the month + # At 6:30 AM UTC, on day 19 of the month schedule: - - cron: '15 15 24 * *' + - cron: '30 6 19 * *' workflow_dispatch: permissions: {}