Skip to content

Commit 310e183

Browse files
committed
gha: fix invalid workflow definition
Signed-off-by: Shengjing Zhu <[email protected]>
1 parent 04c754f commit 310e183

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: CI Tests
3131
runs-on: ${{ matrix.os }}
3232
timeout-minutes: 10
33-
needs: [checks]
33+
needs: [project]
3434

3535
strategy:
3636
matrix:

0 commit comments

Comments
 (0)