Skip to content

Commit

Permalink
update GH actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Tyson committed Jan 19, 2022
1 parent c611c8f commit 6cfa7ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
python setup.py sdist bdist_wheel
twine upload dist/*
build-and-push-image:
needs: test
build-and-push-docker:
needs: deploy
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 6cfa7ed

Please sign in to comment.