Skip to content

Commit 9085c91

Browse files
committed
fix: ci releases
1 parent fe31c88 commit 9085c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
concurrency:
6565
group: integration-merge
6666
cancel-in-progress: true
67-
needs: build-pull
67+
needs: [check-lint, check-test, build-pull]
6868
if: github.ref == 'refs/heads/staging'
6969
steps:
7070
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)