From a736e6af27a354be1c7a1a234ac6f6184d36d006 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Wed, 6 May 2026 18:18:29 +0300 Subject: [PATCH] CI: add_version: move off the start of the hour Due to load peak at 0 minutes, it may fail to get a runner. Github tries to allocate a runner for ~15 minutes. --- .github/workflows/add_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add_version.yml b/.github/workflows/add_version.yml index d796a347..74575c0e 100644 --- a/.github/workflows/add_version.yml +++ b/.github/workflows/add_version.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: {} schedule: # Every N hours - - cron: '0 */4 * * *' + - cron: '25 */4 * * *' permissions: contents: write