From: Jessica Wagantall Date: Wed, 10 Apr 2024 21:47:42 +0000 (-0700) Subject: CI: Migrate tox verify from Jenkins to GHA X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=d14f212ce6c472928058bc9942debf03624cf90a;p=ric-app%2Fad.git CI: Migrate tox verify from Jenkins to GHA Change-Id: I62835344b6c6bfa47d262703e0224cbe90ccbfff Signed-off-by: Jessica Wagantall --- 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 1b537a7..55d2616 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 @@ -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"