From 072c070c0c7ee5ae8d840591d3a9a8981fba4b65 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 31 Jul 2020 12:47:47 -0700 Subject: [PATCH] Do not run tests on pushes to *.x for performance. (#8185) --- .azure-pipelines/advanced-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.azure-pipelines/advanced-test.yml b/.azure-pipelines/advanced-test.yml index 10ff79289..c9aae68a1 100644 --- a/.azure-pipelines/advanced-test.yml +++ b/.azure-pipelines/advanced-test.yml @@ -1,6 +1,5 @@ -# Advanced pipeline for running our full test suite on demand and for release branches. +# Advanced pipeline for running our full test suite on demand. trigger: - - '*.x' # When changing these triggers, please ensure the documentation under # "Running tests in CI" is still correct. - test-*