rahulrane50 commented on code in PR #2368: URL: https://github.com/apache/helix/pull/2368#discussion_r1097762988
########## .github/workflows/Helix-Manual-CI.yml: ########## @@ -0,0 +1,37 @@ +name: Helix Manual CI +on: + workflow_dispatch: + inputs: + buildRef: + description: Ref to build (commit, branch, or refs/pull/1234/head or refs/pull/1234/merge) + required: true + default: refs/pull/1234/merge Review Comment: Yes it will run on code base which would be #PR on master branch. -- 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]
