From: Jessica Wagantall Date: Tue, 30 Apr 2024 20:33:32 +0000 (-0700) Subject: CI: Migrate Sonar Scan job to GHA X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdev.git;a=commitdiff_plain;h=HEAD CI: Migrate Sonar Scan job to GHA Change-Id: Ib8f6885d62cf188a773f59ff62e50cd65fb30500 Signed-off-by: Jessica Wagantall --- diff --git a/.github/workflows/gerrit-novote-merge.yaml b/.github/workflows/gerrit-merge.yaml similarity index 98% rename from .github/workflows/gerrit-novote-merge.yaml rename to .github/workflows/gerrit-merge.yaml index 4be468c..4b966cc 100644 --- a/.github/workflows/gerrit-novote-merge.yaml +++ b/.github/workflows/gerrit-merge.yaml @@ -66,7 +66,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 @@ -112,4 +111,3 @@ jobs: gerrit-change-number: ${{ inputs.GERRIT_CHANGE_NUMBER }} gerrit-patchset-number: ${{ inputs.GERRIT_PATCHSET_NUMBER }} vote-type: ${{ env.WORKFLOW_CONCLUSION }} - comment-only: true