Fixed: Don't run analyze on forks

It fails due to requring secrets not available on forked PRs
pull/948/head
ta264 5 years ago
parent 232273c4dc
commit c4578c0b0f

@ -425,7 +425,8 @@ stages:
- stage: Analyze
dependsOn: []
displayName: Analyze
condition: not(variables['System.PullRequest.IsFork'])
jobs:
- job: Analyze_Frontend
displayName: Frontend

Loading…
Cancel
Save