mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
ci: Run only 10 instances of upload-conan-deps using max-parallel (#2617)
This commit is contained in:
1
.github/workflows/upload_conan_deps.yml
vendored
1
.github/workflows/upload_conan_deps.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user