Yicong-Huang opened a new issue, #7081: URL: https://github.com/apache/texera/issues/7081
### Task Summary Two workflows still trigger on pushes to `ci-enable/**` branches via their `push.branches` list: - `.github/workflows/required-checks.yml` - `.github/workflows/check-header.yml` The `ci-enable/*` branch namespace was a manual escape hatch for running CI on a scratch branch without a PR. It is no longer needed — CI now runs through PRs and the merge queue. Remove the `- 'ci-enable/**'` line from the `push.branches` list in both workflows. ### Task Type - [x] Refactor / Cleanup - [x] DevOps / Deployment / CI - [ ] Testing / QA - [ ] Documentation - [ ] Performance - [ ] Other -- 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]
