diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0d50201..ebb20796 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: deploy: name: Build and publish to PyPi and DockerHub runs-on: ubuntu-latest - needs: [jest-tests, tox-tests] + needs: [jest, tox] if: github.ref == 'refs/heads/deploy/release' steps: