We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe31c88 commit 9085c91Copy full SHA for 9085c91
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
concurrency:
65
group: integration-merge
66
cancel-in-progress: true
67
- needs: build-pull
+ needs: [check-lint, check-test, build-pull]
68
if: github.ref == 'refs/heads/staging'
69
steps:
70
- uses: actions/checkout@v4
0 commit comments