diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 5589448ff338..7738d5227cdb 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -461,6 +461,7 @@ jobs: name: Coverage # The value of runs-on is the OS of the current job (specified in the strategy matrix below) instead of being hardcoded. runs-on: ${{ matrix.os }} + needs: [lint, check-types, python-tests, tests, native-tests] strategy: fail-fast: false matrix: