From 1d5337153ba050b9a2900e75d4e465ae6b41d12d Mon Sep 17 00:00:00 2001 From: Czar Echavez Date: Sat, 2 Dec 2023 19:46:04 +0000 Subject: [PATCH] #2084: fix pr autocancel --- .azure/azure-ci-build-pipeline.yaml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.azure/azure-ci-build-pipeline.yaml b/.azure/azure-ci-build-pipeline.yaml index 221bedd5..8a944c7f 100644 --- a/.azure/azure-ci-build-pipeline.yaml +++ b/.azure/azure-ci-build-pipeline.yaml @@ -7,17 +7,8 @@ trigger: - release/* pr: - autoCancel: true # automatically cancel PR if new push made - drafts: true # get triggered when doing drafts - branches: - include: - - main - - dev - - feature/* - - hotfix/* - - bugfix/* - - release/* - + autoCancel: true + drafts: false parameters: # https://stackoverflow.com/a/70046417 - name: matrix