diff --git a/.ci-builds/.azure-exhaustive-tests.yml b/.ci-builds/.azure-exhaustive-tests.yml index 9b777006f6a..3c64def1a2c 100644 --- a/.ci-builds/.azure-exhaustive-tests.yml +++ b/.ci-builds/.azure-exhaustive-tests.yml @@ -9,6 +9,15 @@ resources: lfs: true fetchDepth: 1 +# Only run the exhaustive tests on the master branch, and batch up +# any pending changes so that we will only have at most one build +# running at a given time. +trigger: + batch: true + branches: + include: + - master + jobs: #------------------------------------------------------------------------- # Note: The exhaustive tests for J take longer than the C tests. They