From 3c6934bdad78fe8bf4fd229baa715cf2f7627371 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Wed, 2 Oct 2019 18:04:42 -0500 Subject: [PATCH] disablenginx pr builds --- azure-pipelines.nginx.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.nginx.yaml b/azure-pipelines.nginx.yaml index 2844c3467..6704e0d23 100644 --- a/azure-pipelines.nginx.yaml +++ b/azure-pipelines.nginx.yaml @@ -12,6 +12,8 @@ trigger: "docker-compose.prod.yml", ] +pr: none + pool: vmImage: "ubuntu-latest"