Browse Source

Run quarantined tests on release/8.0 branches (#47402)

William Godbe 3 years ago
parent
commit
ffa6b7dbfe
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .azure/pipelines/quarantined-pr.yml

+ 2 - 0
.azure/pipelines/quarantined-pr.yml

@@ -11,6 +11,7 @@ trigger:
     - main
     - release/6.0
     - release/7.0
+    - release/8.0
 
 # Run PR validation on branches that include Helix tests
 pr:
@@ -20,6 +21,7 @@ pr:
     - main
     - release/6.0
     - release/7.0
+    - release/8.0
   paths:
     exclude:
     - .github/*