From 8b453d014ba861e9d6395b393dd66779c8f0c600 Mon Sep 17 00:00:00 2001 From: Jinwoo-H Date: Mon, 8 Jun 2026 16:57:55 -0700 Subject: [PATCH] ci: gate release-cut to the canonical repo so it skips forks (#4815) Co-authored-by: Orca --- .github/workflows/release-cut.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release-cut.yml b/.github/workflows/release-cut.yml index 909d24bd1..e572613e0 100644 --- a/.github/workflows/release-cut.yml +++ b/.github/workflows/release-cut.yml @@ -57,6 +57,11 @@ concurrency: jobs: cut: + # Why: this job bumps package.json and fast-forwards main. On a fork with + # Actions enabled, the scheduled cut would run against the fork's main and + # diverge it (version line) every slot, conflicting every PR back upstream. + # Gate to the canonical repo so the workflow no-ops on forks. + if: github.repository == 'stablyai/orca' runs-on: ubuntu-latest timeout-minutes: 15 outputs: