From 4e766e608b62d528c3128339ee2fc2c1c3cc9dd1 Mon Sep 17 00:00:00 2001 From: Pascal Leroy Date: Sun, 3 Nov 2024 15:20:43 +0100 Subject: [PATCH] Run keep alive at 3:30 We have seen it take 17 minutes, so 3:45 was too late and burned an entire day. --- .github/workflows/keep_alive.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/keep_alive.yaml b/.github/workflows/keep_alive.yaml index dddb8dfcbd..a1b351d1e4 100644 --- a/.github/workflows/keep_alive.yaml +++ b/.github/workflows/keep_alive.yaml @@ -3,7 +3,7 @@ name: Keep runners alive on: schedule: # Run this workflow shortly before the time when the VM auto-shutdown, which is at 04:00:00 UTC. - - cron: '45 3 */4 * *' + - cron: '30 3 */4 * *' permissions: id-token: write