ci: gate release-cut to the canonical repo so it skips forks (#4815)
Co-authored-by: Orca <help@stably.ai>
This commit is contained in:
parent
7d7ba1bb32
commit
8b453d014b
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue