ci: limit max parallel jobs to 4
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
2a987ca67a
commit
73b25b9793
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue