From 89e8506023af83016e3ccd64dc1327f51a7f8674 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Sat, 19 Sep 2026 19:47:05 +0200 Subject: [PATCH] ci: schedule main-to-next sync every 10 minutes --- .github/workflows/sync-main-to-next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-main-to-next.yml b/.github/workflows/sync-main-to-next.yml index b9b8b361f2..adff8ef82d 100644 --- a/.github/workflows/sync-main-to-next.yml +++ b/.github/workflows/sync-main-to-next.yml @@ -2,7 +2,7 @@ name: Sync main to next on: schedule: - - cron: '0 3 * * *' + - cron: '*/10 * * * *' workflow_dispatch: permissions: