ci: Run only 10 instances of upload-conan-deps using max-parallel (#2617)

This commit is contained in:
Ayaz Salikhov
2025-09-15 13:52:37 +01:00
committed by GitHub
parent e4abec4b98
commit 26112d17f8

View File

@@ -60,6 +60,7 @@ jobs:
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
max-parallel: 10
runs-on: ${{ matrix.os }}
container: ${{ matrix.container != '' && fromJson(matrix.container) || null }}