From d1ee2e0e845951ee166a37cb1bd1a1c2a7784bda Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sat, 9 Nov 2024 15:33:57 -0500 Subject: [PATCH] Fix `build-msi` job bypassing CI start gate --- .github/workflows/ci-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 339c0c3762..b61a1e318e 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -1444,6 +1444,7 @@ jobs: build-msi: name: Build Windows Installer .exe runs-on: windows-latest + needs: start-gate env: TGS_TELEMETRY_KEY_FILE: C:/tgs_telemetry_key.txt steps: