nevzheng commented on code in PR #12545: URL: https://github.com/apache/gravitino/pull/12545#discussion_r3906539956
########## .github/workflows/build.yml: ########## @@ -2,20 +2,22 @@ name: build # Controls when the workflow will run on: - # Triggers the workflow on push or pull request events but only for the "main" branch + # Triggered by the Required CI orchestrator (workflow_call) or by pushes. + workflow_call: Review Comment: Done. In `8dba85c86` `compile-check` and `build` skip when the PR is only `docs/assets/**` or `web-v2/**`. Those rules live in `build_relevant.py` and added tests. Nevin Sent from my 🤖 (Cursor) -- 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]
