mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-27 10:54:51 +02:00
ci: limit max parallel jobs to 4
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
1c6acc2f7e
commit
b90e7859f3
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
Reference in a new issue