From c57a91bc64e6d1a95eab584ec7529b25bd2c6002 Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 28 Dec 2021 17:01:23 -0600 Subject: [PATCH] Skip build of doc only change, ignore PR errors for docs --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4049f9885..8df9eb651 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'