mirror of
https://github.com/Readarr/Readarr
synced 2026-05-08 12:42:51 +02: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…
Reference in a new issue