X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.github%2Fworkflows%2Fgerrit-verify.yaml;h=7ffa9ee14190d858410b6f1cfb0b256df2b06fa3;hb=refs%2Ftags%2Fv0.90.2;hp=fba65056ce9c6f2f34555a48619ecabbb692d45f;hpb=0ff7cbacb76c80c8e2222d6d5917de5119c0d8fd;p=releng%2Fglobal-jjb.git diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index fba65056..7ffa9ee1 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -66,7 +66,7 @@ jobs: tox-verify: needs: prepare # yamllint disable-line rule:line-length - uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-tox-verify.yaml@fbf2b4bcca9a6306765f39552d8cfcd962ab6945 # v0.2.1 + uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-tox-verify.yaml@6bb945b7d6f815db25d1cde9711f1b084f81e092 with: GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH }} GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }} @@ -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