mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-05-10 13:16:20 +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:
@@ -425,7 +425,8 @@ stages:
|
||||
- stage: Analyze
|
||||
dependsOn: []
|
||||
displayName: Analyze
|
||||
|
||||
condition: not(variables['System.PullRequest.IsFork'])
|
||||
|
||||
jobs:
|
||||
- job: Analyze_Frontend
|
||||
displayName: Frontend
|
||||
|
||||
Reference in New Issue
Block a user