From c8129ceee62792f57f873f2ffc9e277cace3c092 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Fri, 9 Jan 2026 12:04:52 +0300 Subject: [PATCH] fix schedule syntax --- .github/workflows/add_version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add_version.yml b/.github/workflows/add_version.yml index c4b31efb..291d983e 100644 --- a/.github/workflows/add_version.yml +++ b/.github/workflows/add_version.yml @@ -1,8 +1,8 @@ name: Add versions on: - - workflow_dispatch - - schedule: + workflow_dispatch: {} + schedule: # Every N hours - cron: '* */8 * * *'