Yicong-Huang opened a new pull request, #7082: URL: https://github.com/apache/texera/pull/7082
### What changes were proposed in this PR? Removes the `ci-enable/**` entry from the `push.branches` list in two CI workflows: - `.github/workflows/required-checks.yml` (Required Checks) - `.github/workflows/check-header.yml` (Release Auditing) The `ci-enable/*` branch namespace was a manual escape hatch for triggering CI on a scratch branch without opening a PR. It is no longer used — CI runs through PRs and the merge queue — so the trigger is dropped. Both workflows still run on `main`, PRs, and the merge group (Required Checks additionally on `release/**`). ### Any related issues, documentation, discussions? Closes #7081 ### How was this PR tested? - Diff is trigger-only; no job logic changed. - Confirmed the remaining `push`/`pull_request`/`merge_group` triggers still cover main, PRs, and the merge queue. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Claude Opus 4.8) -- 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]
