From 15bdaf8f25dca54e3a52ad30d69fa2eb1d59ce48 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 30 Apr 2024 13:28:30 -0700 Subject: [PATCH] CI: Migrate Sonar Scan job to GHA Change-Id: I2b4d7ad9f3c5f37f484ceff82febb28b9ced3e12 Signed-off-by: Jessica Wagantall --- .github/workflows/gerrit-merge.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.16.6