Skip to content

Commit ca76b05

Browse files
authored
Merge pull request #1923 from Kobzol/ci-deploy-test
Require `test` job to succeed before starting `deploy` job
2 parents f3c4479 + b730cfc commit ca76b05

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)