pushing requires sonarcloud as well w/ burnettk

This commit is contained in:
jasquat 2022-05-06 16:04:58 -04:00
parent 5c53f71eb1
commit 08ba0a7851

View File

@ -62,7 +62,9 @@ jobs:
# - run: pipenv run coverage xml -i
build-and-push-image:
needs: run_tests
needs:
- run_tests
- sonarcloud
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
permissions: