Yicong-Huang opened a new pull request, #4601:
URL: https://github.com/apache/texera/pull/4601

   Backport of #4597 to `release/v1.1.0-incubating`.
   
   ### What changes were proposed in this PR?
   This PR merges the standalone binary dependency license checks into the 
existing `Build` workflow.
   
   Instead of running a separate `Check binary dependency licenses` workflow 
with four extra jobs, the license checks now run inside the existing build jobs:
   - npm license validation runs in the Linux `frontend` job after the 
production build.
   - JVM license validation runs in the `scala` job after backend tests.
   - Python license validation runs in the Python 3.12 matrix entry.
   - agent-service license validation runs in the Linux `agent-service` job.
   
   The dedicated `.github/workflows/check-binary-licenses.yml` workflow is 
removed so PR checks are less noisy while keeping the underlying validations.
   
   ### Any related issues, documentation, discussions?
   Cherry-pick of c4adf7fa81b1ee2532335f87b56c27f621260946 from #4597.
   
   ### How was this PR tested?
   CI on the release branch.
   
   ### Was this PR authored or co-authored using generative AI tooling?
   Generated-by: 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]

Reply via email to