From: Jessica Wagantall Date: Tue, 30 Apr 2024 20:23:58 +0000 (-0700) Subject: CI: Migrate Sonar Scan job to GHA X-Git-Tag: 0.5.8~3 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=b243a13835bea58835d6d2f5d1bbfd3debe2dd85;hp=a77948cc119a6de49146874752bbdaf32a2d309b;p=ric-plt%2Fappmgr.git CI: Migrate Sonar Scan job to GHA Change-Id: I20a1f32b16b00852390688dd05a43e0b393d1753 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 2975984..fc4bde6 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 @@ -119,4 +118,3 @@ jobs: gerrit-change-number: ${{ inputs.GERRIT_CHANGE_NUMBER }} gerrit-patchset-number: ${{ inputs.GERRIT_PATCHSET_NUMBER }} vote-type: ${{ env.WORKFLOW_CONCLUSION }} - comment-only: true