From 05ba9388a7ff079541ef5b9525beed6cdfb80b2d Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sun, 11 Jan 2026 23:45:25 +0300 Subject: [PATCH] Fix schedule --- .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 291d983e..e2cd3920 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: '* */8 * * *' + - cron: '0 */8 * * *' permissions: contents: write