mirror of
https://github.com/ps5-linux/ps5-linux-image.git
synced 2026-07-15 21:42:27 +00:00
build-image: max-parallel 1 -> 5 (we have 5 self-hosted runners)
This commit is contained in:
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
fail-fast: true
|
||||
max-parallel: 1
|
||||
max-parallel: 5
|
||||
matrix:
|
||||
distro: ${{ fromJson(needs.matrix.outputs.distros) }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user