From 2c67c10d70cb4cfd237f4d9b09f6d81e8a177449 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Wed, 1 Jul 2020 00:20:26 +0200 Subject: [PATCH] Update .azure-pipelines/advanced-test.yml Co-authored-by: Brad Warren --- .azure-pipelines/advanced-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/advanced-test.yml b/.azure-pipelines/advanced-test.yml index 9fc1ec64c..10ff79289 100644 --- a/.azure-pipelines/advanced-test.yml +++ b/.azure-pipelines/advanced-test.yml @@ -9,5 +9,5 @@ pr: none stages: - template: templates/stages/test-and-package-stage.yml # Notify failures only for release branches. - - ${{ if endsWith(variables['Build.SourceBranchName'], '.x') }}: + - ${{ if not(startsWith(variables['Build.SourceBranchName'], 'test-')) }}: - template: templates/stages/notify-failure-stage.yml