Skip to content

Commit 132f23c

Browse files
committed
fix: github checks workflow
1 parent 00f4775 commit 132f23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
release:
105105
name: Release
106106
runs-on: ubuntu-latest
107-
needs: [finish]
107+
needs: [test-integrations-and-cover]
108108
if: github.ref == 'refs/heads/master'
109109
steps:
110110
- name: Checkout repository

0 commit comments

Comments
 (0)