From: Jessica Wagantall Date: Fri, 19 Apr 2024 17:27:46 +0000 (+0000) Subject: Merge "CI: Migrate tox verify from Jenkins to GHA" X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=e8fd2881489f563e126f45c220313b4bf680e6c4;hp=5c21c181b1483de86f96d3fab314bda0b2f2b492;p=pti%2Fo2.git Merge "CI: Migrate tox verify from Jenkins to GHA" --- diff --git a/.github/workflows/gerrit-novote-verify.yaml b/.github/workflows/gerrit-verify.yaml similarity index 98% rename from .github/workflows/gerrit-novote-verify.yaml rename to .github/workflows/gerrit-verify.yaml index eb31e11..5b05119 100644 --- a/.github/workflows/gerrit-novote-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -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"