From c4578c0b0f0d8356e544c4edf854375fd8d28eee Mon Sep 17 00:00:00 2001 From: ta264 Date: Tue, 27 Aug 2019 21:36:05 +0100 Subject: [PATCH] Fixed: Don't run analyze on forks It fails due to requring secrets not available on forked PRs --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 33359a3c4..bca5e5b55 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -425,7 +425,8 @@ stages: - stage: Analyze dependsOn: [] displayName: Analyze - + condition: not(variables['System.PullRequest.IsFork']) + jobs: - job: Analyze_Frontend displayName: Frontend