From 8416b395a210d62b860ccff457b6066f4b91dcad Mon Sep 17 00:00:00 2001 From: Bregwin Jogi <91784318+brokoli777@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:43:49 -0500 Subject: [PATCH] Add needs to ci coverage check --- .github/workflows/pr-check.yml | 1 + 1 file changed, 1 insertion(+) 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: