Fixed: Actually fix skipping analyze on fork

This commit is contained in:
ta264
2019-08-30 06:52:47 +01:00
parent fba841572e
commit 4edad5f563
+1 -1
View File
@@ -425,7 +425,7 @@ stages:
- stage: Analyze
dependsOn: []
displayName: Analyze
condition: not(variables['System.PullRequest.IsFork'])
condition: eq(variables['system.pullrequest.isfork'], false)
jobs:
- job: Analyze_Frontend