diff --git a/.azure-pipelines/advanced-test.yml b/.azure-pipelines/advanced-test.yml index c9aae68a1..7a9bb588b 100644 --- a/.azure-pipelines/advanced-test.yml +++ b/.azure-pipelines/advanced-test.yml @@ -7,6 +7,3 @@ pr: none stages: - template: templates/stages/test-and-package-stage.yml - # Notify failures only for release branches. - - ${{ if not(startsWith(variables['Build.SourceBranchName'], 'test-')) }}: - - template: templates/stages/notify-failure-stage.yml