mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Update .azure-pipelines/advanced-test.yml
Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
f88ef7643f
commit
2c67c10d70
1 changed files with 1 additions and 1 deletions
|
|
@ -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 not(startsWith(variables['Build.SourceBranchName'], 'test-')) }}:
|
||||
- template: templates/stages/notify-failure-stage.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue