From fa9216b91810708a27b3f802d8d437ee2e835da0 Mon Sep 17 00:00:00 2001 From: Oliver Hinds Date: Tue, 29 Aug 2023 17:32:30 -0700 Subject: [PATCH] Run on the first day of the week. --- .github/workflows/keepalive.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/keepalive.yaml b/.github/workflows/keepalive.yaml index eaf5cc47..974dea7a 100644 --- a/.github/workflows/keepalive.yaml +++ b/.github/workflows/keepalive.yaml @@ -1,7 +1,8 @@ name: Weekly register keepalive +run-name: Weekly register keepalive on: schedule: - - cron: '0 0 0 * *' + - cron: '0 0 * * 0' jobs: start_ec2_runner: