Yicong-Huang opened a new pull request, #4600: URL: https://github.com/apache/texera/pull/4600
### What changes were proposed in this PR? Adds a `build-summary` job to `.github/workflows/github-action-build.yml`: - `needs: [frontend, scala, python, agent-service]` so it runs after every top-level build job - `if: always()` so it produces a definitive result even when an upstream job fails or is skipped - A shell step that prints each upstream `result` and exits non-zero unless all four are `success` This gives a single PR check (`Build Summary`) that reflects the overall build status, while every matrix entry across `frontend` (3 OSes), `python` (4 versions), `scala`, and `agent-service` (2 OSes) keeps running in parallel as before. ### Any related issues, documentation, discussions? Closes #4599 ### How was this PR tested? Pure CI configuration change — verified locally that the YAML parses and the new job's `needs`/`if` semantics match the documented GitHub Actions behaviour. The job will be exercised on this PR itself: a green `Build Summary` requires all four upstream jobs to be green. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Opus 4.7) -- 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]
