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
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
target: [
|
||||
"static-x86_64-unknown-linux-musl",
|
||||
|
|
Loading…
Add table
Reference in a new issue