From b3dd2c09ba176f92a202e612428de4a841bb661b Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 11 Aug 2020 12:50:54 -0700 Subject: [PATCH] Remove release branch notification cruft. (#8196) --- .azure-pipelines/advanced-test.yml | 3 --- 1 file changed, 3 deletions(-) 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