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:
parent
232273c4dc
commit
c4578c0b0f
1 changed files with 2 additions and 1 deletions
|
@ -425,7 +425,8 @@ stages:
|
|||
- stage: Analyze
|
||||
dependsOn: []
|
||||
displayName: Analyze
|
||||
|
||||
condition: not(variables['System.PullRequest.IsFork'])
|
||||
|
||||
jobs:
|
||||
- job: Analyze_Frontend
|
||||
displayName: Frontend
|
||||
|
|
Loading…
Reference in a new issue