Fix: Remove info-yaml-verify from vote's "needs" 68/5168/1
authorEric Ball <eball@linuxfoundation.org>
Thu, 8 Aug 2024 19:53:21 +0000 (12:53 -0700)
committerEric Ball <eball@linuxfoundation.org>
Thu, 8 Aug 2024 19:53:21 +0000 (12:53 -0700)
Issue-ID: RELENG-4799
Change-Id: Ifa8f67c053d7e306305b795e57048c3458f5496a
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
.github/workflows/gerrit-required-verify.yaml

index 47a9a5b..d01b7ad 100644 (file)
@@ -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