krishnaduttPanchagnula commented on code in PR #1113:
URL: 
https://github.com/apache/incubator-uniffle/pull/1113#discussion_r1293335121


##########
.github/workflows/build.yml:
##########
@@ -17,7 +17,32 @@
 
 name: build
 
-on: [push, pull_request]
+on:

Review Comment:
   > Why do we remove `[push, pull_request]`?
   
   We have to pass the inputs to the pipline for the pipeline to run. I am not 
sure if we can pass inputs for "on" key when we mention the push/pull action. 
   
   We can pass them under 'env' key though.
   
    



-- 
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]

Reply via email to