From: Eric Ball Date: Thu, 8 Aug 2024 19:53:21 +0000 (-0700) Subject: Fix: Remove info-yaml-verify from vote's "needs" X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=bfacf18f55af8f3fe6fd1447bb77fbdb92f14471;p=kni%2Finstaller.git Fix: Remove info-yaml-verify from vote's "needs" Issue-ID: RELENG-4799 Change-Id: Ifa8f67c053d7e306305b795e57048c3458f5496a Signed-off-by: Eric Ball --- diff --git a/.github/workflows/gerrit-required-verify.yaml b/.github/workflows/gerrit-required-verify.yaml index 47a9a5b..d01b7ad 100644 --- a/.github/workflows/gerrit-required-verify.yaml +++ b/.github/workflows/gerrit-required-verify.yaml @@ -106,7 +106,7 @@ jobs: vote: if: ${{ always() }} # yamllint enable rule:line-length - needs: [clear-vote, info-yaml-verify, test-installer] + needs: [clear-vote, test-installer] runs-on: ubuntu-latest steps: - uses: technote-space/workflow-conclusion-action@v3