Merge "CI: Add GHA workflow that runs a SonarCloud scan" master
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 24 Apr 2024 17:51:43 +0000 (17:51 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Wed, 24 Apr 2024 17:51:43 +0000 (17:51 +0000)
.github/workflows/gerrit-verify.yaml [moved from .github/workflows/gerrit-novote-verify.yaml with 98% similarity]

similarity index 98%
rename from .github/workflows/gerrit-novote-verify.yaml
rename to .github/workflows/gerrit-verify.yaml
index 6f73177..0232d8c 100644 (file)
@@ -63,7 +63,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
 
@@ -102,4 +101,3 @@ jobs:
           gerrit-change-number: ${{ inputs.GERRIT_CHANGE_NUMBER }}
           gerrit-patchset-number: ${{ inputs.GERRIT_PATCHSET_NUMBER }}
           vote-type: ${{ env.WORKFLOW_CONCLUSION }}
-          comment-only: "true"