mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-15 21:14:32 +01:00
Skip build of doc only change, ignore PR errors for docs
This commit is contained in:
parent
ca67a40c72
commit
c57a91bc64
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ pr:
|
|||
paths:
|
||||
exclude:
|
||||
- src/NzbDrone.Core/Localization/Core
|
||||
- src/Prowlarr.API.*/openapi.json
|
||||
|
||||
stages:
|
||||
- stage: Setup
|
||||
|
|
@ -857,6 +858,7 @@ stages:
|
|||
displayName: Commit API Doc Change
|
||||
- task: CreatePullRequest@1
|
||||
displayName: PR Change to Github
|
||||
continueOnError: true
|
||||
inputs:
|
||||
repoType: 'GitHub'
|
||||
githubEndpoint: 'github release'
|
||||
|
|
|
|||
Loading…
Reference in a new issue