andygrove opened a new pull request, #4301: URL: https://github.com/apache/datafusion-comet/pull/4301
## Summary - Reverts #4291 because the `if:` conditions on jobs cause GitHub to treat skipped required status checks as passing, allowing PRs to merge without tests running. ## Follow-up We need a different approach to allow skipping CI during iteration while still requiring tests before merge. Options include: - Draft PR detection (`github.event.pull_request.draft == false`) combined with a gate job pattern - A separate always-running gate job that is the required status check 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
