From: Jessica Wagantall Date: Tue, 30 Apr 2024 20:19:03 +0000 (-0700) Subject: CI: Migrate Sonar Scan job to GHA X-Git-Tag: 2.0.0~3 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=bbfc0a921efb3420827e0d97b675694395b6ebd5;p=aiml-fw%2Fawmf%2Ftm.git CI: Migrate Sonar Scan job to GHA Change-Id: If7d5a33adf83d07c04886f20d132e880085ca4b5 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 23a3a74..3b9b1bd 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 @@ -111,4 +110,3 @@ jobs: gerrit-change-number: ${{ inputs.GERRIT_CHANGE_NUMBER }} gerrit-patchset-number: ${{ inputs.GERRIT_PATCHSET_NUMBER }} vote-type: ${{ env.WORKFLOW_CONCLUSION }} - comment-only: true