Add primary branch triggers to helix-test (#18686)
We want to run the quarantined tests on the "primary" branches (just master for now) to ensure we're getting full coverage.
This commit is contained in:
parent
c08221ffbe
commit
a3960e5d20
|
|
@ -1,5 +1,9 @@
|
||||||
# Don't run CI for this config yet. We're not ready to move official builds on to Azure Pipelines
|
# We want to run quarantined tests on master as well as on PRs
|
||||||
trigger: none
|
trigger:
|
||||||
|
batch: true
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- master
|
||||||
|
|
||||||
# Run PR validation on all branches
|
# Run PR validation on all branches
|
||||||
pr:
|
pr:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue