зеркало из https://github.com/dotnet/aspnetcore.git
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:
Родитель
c08221ffbe
Коммит
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
|
||||
trigger: none
|
||||
# We want to run quarantined tests on master as well as on PRs
|
||||
trigger:
|
||||
batch: true
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
|
||||
# Run PR validation on all branches
|
||||
pr:
|
||||
|
|
Загрузка…
Ссылка в новой задаче