Skip to content

Commit 41c49ba

Browse files
committed
Make deployment only if checks are green
1 parent ec94b35 commit 41c49ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
deploy:
9595
name: Deploy
96-
needs: unit
96+
needs: check
9797
runs-on: ubuntu-latest
9898
# Run only on pushing a tag
9999
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)