We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test
deploy
1 parent cf8e16e commit b730cfcCopy full SHA for b730cfc
.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