zhengruifeng opened a new pull request, #57555: URL: https://github.com/apache/spark/pull/57555
### What changes were proposed in this pull request? Adds a master-only commit-count job to the Build workflow. The post-merge build runs only when the count of commits since this cadence was enabled is divisible by five. Existing handling remains unchanged for master pushes to forks, branch-4.x, and all other branches. ### Why are the changes needed? Running the post-merge build after every master commit consumes substantial CI capacity. Running it every five commits preserves regular validation while reducing that load. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Ran `git diff --check`. No unit test was run because this change modifies only GitHub Actions orchestration. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: OpenAI Codex (GPT-5) -- 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]
