parallel job limit for doctest (#30342)

limit

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2024-04-19 14:46:08 +02:00
committed by GitHub
parent 4ed0e51cc3
commit 32d4bef641
2 changed files with 2 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ jobs:
name: "Call doctest jobs"
needs: setup
strategy:
max-parallel: 1 # 1 split at a time (in `doctest_job.yml`, we set `8` to run 8 jobs at the same time)
fail-fast: false
matrix:
split_keys: ${{ fromJson(needs.setup.outputs.split_keys) }}