X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.github%2Fworkflows%2Fgerrit-merge.yaml;fp=.github%2Fworkflows%2Fgerrit-merge.yaml;h=38dec3c0c43e8c1ef0cf25038d3bed30d611bd4a;hb=15bdaf8f25dca54e3a52ad30d69fa2eb1d59ce48;hp=e8cebdb119c73fe9e225de88ddeb3ee06bb63ef8;hpb=875d1bc16a718106583df21552c07705cd2aaf03;p=portal%2Fnonrtric-controlpanel.git diff --git a/.github/workflows/gerrit-merge.yaml b/.github/workflows/gerrit-merge.yaml index e8cebdb..38dec3c 100644 --- a/.github/workflows/gerrit-merge.yaml +++ b/.github/workflows/gerrit-merge.yaml @@ -1,5 +1,5 @@ --- -name: Gerrit Maven Merge +name: Gerrit Merge # yamllint disable-line rule:truthy on: @@ -44,7 +44,7 @@ on: concurrency: # yamllint disable-line rule:line-length - group: compose-maven-merge-${{ github.workflow }}-${{ github.event.inputs.GERRIT_CHANGE_ID || github.run_id }} + group: gerrit-merge-${{ github.workflow }}-${{ github.event.inputs.GERRIT_CHANGE_ID || github.run_id }} cancel-in-progress: true jobs: @@ -62,7 +62,6 @@ jobs: gerrit-change-number: ${{ inputs.GERRIT_CHANGE_NUMBER }} gerrit-patchset-number: ${{ inputs.GERRIT_PATCHSET_NUMBER }} vote-type: clear - comment-only: true - name: Allow replication run: sleep 10s @@ -114,4 +113,3 @@ jobs: gerrit-change-number: ${{ inputs.GERRIT_CHANGE_NUMBER }} gerrit-patchset-number: ${{ inputs.GERRIT_PATCHSET_NUMBER }} vote-type: ${{ env.WORKFLOW_CONCLUSION }} - comment-only: true