CI: Migrate Sonar Scan job to GHA 65/12865/1 master
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 30 Apr 2024 20:26:33 +0000 (13:26 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 30 Apr 2024 20:26:33 +0000 (13:26 -0700)
Change-Id: If26d5f8f6953cf5372cd4bbbd730a8fff75172d5
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
.github/workflows/gerrit-merge.yaml

index 8825acc..dcaf82a 100644 (file)
@@ -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