Skip to content

Commit 8416b39

Browse files
authored
Add needs to ci coverage check
1 parent ceabc46 commit 8416b39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ jobs:
461461
name: Coverage
462462
# The value of runs-on is the OS of the current job (specified in the strategy matrix below) instead of being hardcoded.
463463
runs-on: ${{ matrix.os }}
464+
needs: [lint, check-types, python-tests, tests, native-tests]
464465
strategy:
465466
fail-fast: false
466467
matrix:

0 commit comments

Comments
 (0)