File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 44# It runs on every commit pushed to a release branch, but only when the release PR
55# has the 'auto-rc-builds' label.
66#
7+ # Rolling builds: when a new run starts for the same release branch, any queued or
8+ # in-progress run of this workflow for that branch is cancelled (same behavior as
9+ # Bitrise “Rolling builds” / “Abort running builds” for one branch + one workflow).
10+ #
711# Builds are triggered via the Runway OTA/build pipeline (runway-ota-build-core.yml):
812# - iOS runs first and performs the version bump.
913# - Android runs after, skipping the version bump (already done by iOS).
1620 branches :
1721 - ' release/*'
1822
23+ concurrency :
24+ group : ${{ github.workflow }}-${{ github.ref }}
25+ cancel-in-progress : true
26+
1927permissions :
2028 contents : write
2129 pull-requests : write
You can’t perform that action at this time.
0 commit comments