1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-23 00:03:05 +00:00

Fixed: Don't run analyze on forks

It fails due to requring secrets not available on forked PRs
This commit is contained in:
ta264 2019-08-27 21:36:05 +01:00
parent 232273c4dc
commit c4578c0b0f

View file

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