From c000c9dc269e1eedb3fe3ef5e1998df87947d144 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Tue, 30 Jun 2020 22:26:07 +0200 Subject: [PATCH] Check expression --- .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..762482e42 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 startsWith(variables['Build.SourceBranchName'], 'test-') }}: - template: templates/stages/notify-failure-stage.yml