From 80b8e5d5660a92c00fc4c7f614d19d68ea751eba Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Fri, 16 Aug 2024 20:29:24 -0400 Subject: [PATCH] Fix unit test not depending on `ci-start-gate` --- .github/workflows/ci-pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 2a0ac44004..c65da107c1 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -570,6 +570,7 @@ jobs: linux-unit-tests: name: Linux Tests + needs: ci-start-gate strategy: fail-fast: false matrix: @@ -665,6 +666,7 @@ jobs: windows-unit-tests: name: Windows Tests + needs: ci-start-gate strategy: fail-fast: false matrix: