From: Ravi Pendurty Date: Fri, 3 Oct 2025 11:10:25 +0000 (+0530) Subject: fix comment-only value X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=1a3f71675dc660b15d050ada610610f528f6d389;p=oam%2Foam-controller.git fix comment-only value value false causes vote to be set on successful build Issue-ID: OAM-511 Change-Id: Id30cd112cbc7138f90a9aab2c704da34eb3fb977 Signed-off-by: Ravi Pendurty --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index 53a3c96..7f31196 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -116,4 +116,4 @@ jobs: gerrit-change-number: ${{ inputs.GERRIT_CHANGE_NUMBER }} gerrit-patchset-number: ${{ inputs.GERRIT_PATCHSET_NUMBER }} vote-type: ${{ env.WORKFLOW_CONCLUSION }} - comment-only: true + comment-only: false