From cf79563652ebb78cf876026400bd00e520a5cfd8 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 17 May 2024 13:52:17 +1200 Subject: [PATCH] MNT Run module-standardiser --- .github/workflows/keepalive.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 67dfdaa..8c696cc 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 9 of the month + # At 5:25 PM UTC, on day 2 of the month schedule: - - cron: '40 20 9 * *' + - cron: '25 17 2 * *' workflow_dispatch: permissions: {}