mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Fixed: Actually fix skipping analyze on fork
This commit is contained in:
parent
fba841572e
commit
4edad5f563
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ stages:
|
||||||
- stage: Analyze
|
- stage: Analyze
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
displayName: Analyze
|
displayName: Analyze
|
||||||
condition: not(variables['System.PullRequest.IsFork'])
|
condition: eq(variables['system.pullrequest.isfork'], false)
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: Analyze_Frontend
|
- job: Analyze_Frontend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue