We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3c4479 + b730cfc commit ca76b05Copy full SHA for ca76b05
.github/workflows/ci.yml
@@ -33,6 +33,7 @@ jobs:
33
deploy:
34
name: Deploy
35
runs-on: ubuntu-latest
36
+ needs: [ test ]
37
if: github.event_name == 'merge_group'
38
steps:
39
- name: Checkout the source code
0 commit comments