From 7673d661ec7ba4614b85c12c227978b65e2a45a5 Mon Sep 17 00:00:00 2001 From: Victoria Hall Date: Fri, 11 Sep 2026 13:32:21 -0500 Subject: [PATCH] build: skip emulator tests for forks --- eng/templates/jobs/ci-emulator-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eng/templates/jobs/ci-emulator-tests.yml b/eng/templates/jobs/ci-emulator-tests.yml index 99efa33d..7a0a94f0 100644 --- a/eng/templates/jobs/ci-emulator-tests.yml +++ b/eng/templates/jobs/ci-emulator-tests.yml @@ -4,6 +4,8 @@ parameters: jobs: - job: "TestPython" displayName: "Run Python Emulator Tests" + # Secret variables are unavailable to pull requests from forks. + condition: and(succeeded(), ne(variables['System.PullRequest.IsFork'], 'True')) pool: name: ${{ parameters.PoolName }}