Fixed: Actually fix skipping analyze on fork

pull/954/head
ta264 5 years ago
parent fba841572e
commit 4edad5f563

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

Loading…
Cancel
Save