Skip to content

Commit

Permalink
Run keep alive at 3:30
Browse files Browse the repository at this point in the history
We have seen it take 17 minutes, so 3:45 was too late and burned an entire day.
  • Loading branch information
pleroy authored Nov 3, 2024
1 parent d3f2aec commit 4e766e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/keep_alive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e766e6

Please sign in to comment.