chore(runway): cherry-pick chore(ci): enable RC rolling builds#28687
chore(runway): cherry-pick chore(ci): enable RC rolling builds#28687joaoloureirop merged 1 commit intorelease/7.73.0from
Conversation
## Description Adds **rolling builds** for the **Auto RC builds** workflow (`.github/workflows/build-rc-auto.yml`) by setting a **concurrency group** on `github.workflow` + `github.ref` with **`cancel-in-progress: true`**. When a new run starts for a given `release/*` branch, any **queued or in-progress** run of the same workflow for that branch is **cancelled**, so only the latest push is built. This mirrors Bitrise-style rolling builds and avoids piling up redundant RC builds when the release branch gets several commits in a short time. ## Changelog CHANGELOG entry: null internal CI behavior only. ## Related issues Fix: https://consensyssoftware.atlassian.net/browse/MCWP-518 ## Manual testing steps N/A — CI-only change. Verify by pushing multiple commits quickly to a labeled release PR and confirming older Auto RC workflow runs are cancelled while the newest run proceeds.
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
This is a pure CI/CD infrastructure change that:
No E2E tests are needed to validate this change — it's a GitHub Actions configuration optimization that cannot be validated by Detox tests. No performance tests are needed either. Performance Test Selection: |
|



Description
Adds rolling builds for the Auto RC builds workflow
(
.github/workflows/build-rc-auto.yml) by setting a concurrencygroup on
github.workflow+github.refwithcancel-in-progress: true.When a new run starts for a given
release/*branch, any queued orin-progress run of the same workflow for that branch is cancelled,
so only the latest push is built. This mirrors Bitrise-style rolling
builds and avoids piling up redundant RC builds when the release branch
gets several commits in a short time.
Changelog
CHANGELOG entry: null
internal CI behavior only.
Related issues
Fix: https://consensyssoftware.atlassian.net/browse/MCWP-518
Manual testing steps
N/A — CI-only change. Verify by pushing multiple commits quickly to a
labeled release PR and confirming older Auto RC workflow runs are
cancelled while the newest run proceeds. 0805e78