rahulrane50 commented on code in PR #2368: URL: https://github.com/apache/helix/pull/2368#discussion_r1097761844
########## .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: There are multiple different maven options like apache-rat:check, verify, spotbugs:check, checkstyle:check or just triggering the CI on PR which does code changes in one of the workflow or CI workflow excluded files. -- 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]
