comphead commented on code in PR #4610:
URL: https://github.com/apache/datafusion-comet/pull/4610#discussion_r3377634954
##########
.github/workflows/ci.yml:
##########
@@ -44,6 +49,14 @@ jobs:
preflight:
name: Preflight
runs-on: ubuntu-slim
+ # On a `labeled` event, only proceed for the gating labels. Any other label
+ # (e.g. dependabot's `dependencies`) skips the whole pipeline rather than
+ # spawning a redundant run alongside the opened/synchronize one.
+ if: >-
Review Comment:
btw, do we need to port this to #4570
--
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]