From 5447f1f8591e7a0497a5a83ccb17e6f69b5b00c0 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Thu, 15 Jan 2026 16:09:57 +0300 Subject: [PATCH] CI: add_script: make more frequent practice shows a long enough delay that contributors step in --- .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 b0b7cb9d..0056c749 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 */8 * * *' + - cron: '0 */4 * * *' permissions: contents: write