Fix: Rename tox job and remove pre-commit
[releng/global-jjb.git] / .github / workflows / gerrit-verify.yaml
index fba6505..7643d0e 100644 (file)
@@ -82,7 +82,7 @@ jobs:
 
   vote:
     if: ${{ always() }}
-    needs: [prepare, pre-commit, tox]
+    needs: [prepare, tox-verify]
     runs-on: ubuntu-latest
     steps:
       - uses: technote-space/workflow-conclusion-action@v3