From 0e4184f9b037c18738957c3cc5e29c140a284caa Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Wed, 27 Oct 2021 21:13:03 +1300 Subject: [PATCH] Renamed jobs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: