From 92c0035002d977cea4925984999e1895766910fd Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:34:40 +0200 Subject: [PATCH] ci: sync main to next once a day instead of on every push merging main into next after every commit clutters the next branch with too many merge commits. --- .github/workflows/sync-main-to-next.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-main-to-next.yml b/.github/workflows/sync-main-to-next.yml index 595a21e799..b9b8b361f2 100644 --- a/.github/workflows/sync-main-to-next.yml +++ b/.github/workflows/sync-main-to-next.yml @@ -1,8 +1,8 @@ name: Sync main to next on: - push: - branches: [main] + schedule: + - cron: '0 3 * * *' workflow_dispatch: permissions: