qqu0127 commented on code in PR #2368: URL: https://github.com/apache/helix/pull/2368#discussion_r1097525458
########## .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 + mvnOpts: + description: Maven options + required: true + default: --fail-at-end + goals: + description: Maven goals + required: true + default: -fae test Review Comment: What other options do you expect to use? And for my own understanding, what are the difference? ########## .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: Will this be applied to the main branch instead of pull request? -- 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]
