Skip to content

Commit 2b8898a

Browse files
committed
Start package syncs in parallel
1 parent 33393a0 commit 2b8898a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-sync-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- sync-matrix-build
5050
strategy:
5151
matrix: ${{ fromJson(needs.sync-matrix-build.outputs.matrix) }}
52-
max-parallel: 1
52+
max-parallel: 4
5353
fail-fast: false
5454
uses: stackhpc/stackhpc-release-train/.github/workflows/package-sync.yml@main
5555
with:

0 commit comments

Comments
 (0)