mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -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
|
||||
dependsOn: []
|
||||
displayName: Analyze
|
||||
condition: not(variables['System.PullRequest.IsFork'])
|
||||
condition: eq(variables['system.pullrequest.isfork'], false)
|
||||
|
||||
jobs:
|
||||
- job: Analyze_Frontend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue