Skip to content

Commit b730cfc

Browse files
committed
Require test job to succeed before starting deploy job
1 parent cf8e16e commit b730cfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
deploy:
3434
name: Deploy
3535
runs-on: ubuntu-latest
36+
needs: [ test ]
3637
if: github.event_name == 'merge_group'
3738
steps:
3839
- name: Checkout the source code

0 commit comments

Comments
 (0)