Remove release branch notification cruft. (#8196)

This commit is contained in:
Brad Warren
2020-08-11 12:50:54 -07:00
committed by GitHub
parent 8574313841
commit b3dd2c09ba
-3
View File
@@ -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