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