Reduce parallelism for scraping and indexing non-English languages (#44985)

This commit is contained in:
Peter Bengtsson 2023-10-24 11:27:33 -04:00 коммит произвёл GitHub
Родитель c25ccb29b4
Коммит 23d2d69367
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -105,7 +105,7 @@ jobs:
# the whole job fast.
# As of June 2023, it takes about 10+ minutes to index one whole
# language and we have 8 non-English languages.
max-parallel: 3
max-parallel: 2
matrix:
language: ${{ fromJSON(needs.figureOutMatrix.outputs.matrix) }}
steps: