ci: limit max parallel jobs to 4
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -30,6 +30,7 @@ jobs:
|
|||||||
name: CI, Tests, Artifacts, and Publish
|
name: CI, Tests, Artifacts, and Publish
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
max-parallel: 4
|
||||||
matrix:
|
matrix:
|
||||||
target: [
|
target: [
|
||||||
"static-x86_64-unknown-linux-musl",
|
"static-x86_64-unknown-linux-musl",
|
||||||
|
|||||||
Reference in New Issue
Block a user