mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-23 08:13:01 +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,6 +425,7 @@ stages:
|
||||||
- stage: Analyze
|
- stage: Analyze
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
displayName: Analyze
|
displayName: Analyze
|
||||||
|
condition: not(variables['System.PullRequest.IsFork'])
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: Analyze_Frontend
|
- job: Analyze_Frontend
|
||||||
|
|
Loading…
Reference in a new issue