nevzheng commented on PR #12545: URL: https://github.com/apache/gravitino/pull/12545#issuecomment-5502598374
`29e0d82d2` fixes the Required CI concurrency collision. A callee still sees the **caller** `github` context: `event_name` stays `pull_request`, and `github.workflow` is `Required CI`. The old `event_name == 'workflow_call'` guard never fired, so every suite shared `Required CI-<pr>` with `cancel-in-progress: true`. Fifteen of sixteen jobs cancelled immediately ([run 33551140739](https://github.com/apache/gravitino/actions/runs/33551140739)). Each suite now hardcodes a unique group (`required-build-<pr>`, `required-spark-<pr>`, …). Verifying on [run 33575217845](https://github.com/apache/gravitino/actions/runs/33575217845) — 0 cancelled so far. 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]
