mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
Fixed: Actually fix skipping analyze on fork
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user