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 }}