Yicong-Huang opened a new pull request, #4883: URL: https://github.com/apache/texera/pull/4883
## Summary - Extend the cancel-in-progress exemption from `main` to also cover `release/**` branches in `required-checks.yml`. Release branches share main's "production" risk profile (incomplete signal on a back-to-back backport push is a real failure mode), so the same protection applies. Closes #4882 ## Test plan - [ ] Push two commits back-to-back to a `release/*` branch (e.g. an existing `release/v1.1.0-incubating` test PR) and confirm the first run is no longer cancelled by the second. - [ ] Push two commits back-to-back to a feature branch via PR and confirm cancel-in-progress still kicks in. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
