Merge "CI: Add merge workflow that runs SonarCloud scan" j-release master
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 24 Apr 2024 17:19:21 +0000 (17:19 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Wed, 24 Apr 2024 17:19:21 +0000 (17:19 +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 1b537a7..55d2616 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"