From e1fb0ab58b91555cd9472c22fbfc541c3042575b Mon Sep 17 00:00:00 2001 From: Ryland <41491307+ryalanms@users.noreply.github.com> Date: Wed, 17 Mar 2021 09:50:42 -0700 Subject: [PATCH 1/2] Temporarily disable PR builds in main to prevent builds for all open PRs from running when changing the default branch --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e2991153157..b3c9e125fcc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -51,7 +51,6 @@ pr: branches: include: - master - - main - release/3.* - internal/release/3.* - release/5.* From db313783301a8a26db72988ee529017e1f1c8761 Mon Sep 17 00:00:00 2001 From: Ryland <41491307+ryalanms@users.noreply.github.com> Date: Wed, 17 Mar 2021 10:22:32 -0700 Subject: [PATCH 2/2] Turn off all triggers temporarily --- azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b3c9e125fcc..3340d1f59da 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,8 +36,6 @@ trigger: batch: true branches: include: - - master - - main - release/3.* - release/5.* - internal/release/5.* @@ -50,7 +48,6 @@ pr: autoCancel: true branches: include: - - master - release/3.* - internal/release/3.* - release/5.*