Renamed jobs

This commit is contained in:
James Barnsley
2021-10-27 21:13:03 +13:00
parent 1b511cde66
commit 0e4184f9b0

View File

@ -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: