From c05d3ff1b514566ee94a2eb454cc7c7f0adb1ab4 Mon Sep 17 00:00:00 2001 From: Trevin Chow Date: Mon, 8 Jun 2026 16:58:58 -0700 Subject: [PATCH] ci: gate release-cut to the canonical repo so it skips forks (#4815) The cut job checks out main, bumps package.json's version, and fast-forwards main. On a fork with Actions enabled, the scheduled RC cut runs against the fork's main and diverges it on the version line every slot, so that contributor's PRs back to upstream conflict on package.json even when their change never touches it. Gate the job to github.repository == 'stablyai/orca' so it (and the jobs that depend on it) no-op on forks. Canonical scheduled and manual cuts are unaffected.