Fixed: Actually fix skipping analyze on fork

This commit is contained in:
ta264 2019-08-30 06:52:47 +01:00
commit 4edad5f563

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