Skip to content

Commit

Permalink
Make deployment only if checks are green
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Dec 17, 2021
1 parent ec94b35 commit 41c49ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

deploy:
name: Deploy
needs: unit
needs: check
runs-on: ubuntu-latest
# Run only on pushing a tag
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 41c49ba

Please sign in to comment.