From 0591e4ad83545b2ba23c02226d6e0790ba8d6973 Mon Sep 17 00:00:00 2001 From: Andreas Gullberg Larsen Date: Wed, 15 Jun 2022 00:11:28 +0200 Subject: [PATCH] Disable azure pipelines trigger --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 03f8fdd48c..9ee6f55381 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,8 +3,7 @@ # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml -trigger: -- master +trigger: none pool: vmImage: ubuntu-latest