Merge "CI: Migrate tox verify from Jenkins to GHA"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 19 Apr 2024 17:27:46 +0000 (17:27 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Fri, 19 Apr 2024 17:27:46 +0000 (17:27 +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 eb31e11..5b05119 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
 
@@ -100,4 +99,3 @@ jobs:
           gerrit-change-number: ${{ inputs.GERRIT_CHANGE_NUMBER }}
           gerrit-patchset-number: ${{ inputs.GERRIT_PATCHSET_NUMBER }}
           vote-type: ${{ env.WORKFLOW_CONCLUSION }}
-          comment-only: "true"