Yicong-Huang opened a new issue, #4882:
URL: https://github.com/apache/texera/issues/4882
### Task Summary
`required-checks.yml` currently sets `cancel-in-progress: ${{ github.ref !=
'refs/heads/main' }}`. This protects `main` from losing in-progress signal on
rapid pushes, but `release/**` branches (which are also a `push:` trigger) get
`cancel-in-progress: true`. A back-to-back backport push to e.g.
`release/v1.1.0-incubating` cancels the prior run mid-flight, leaving release
branches with incomplete CI signal — same risk profile as `main`. Extend the
exemption to release branches.
### Task Type
- [x] DevOps / Deployment / CI
--
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]