Reduce memory usage in CI: limit parallel jobs
Some checks failed
GBCI Bundle / build-bundle (push) Has been skipped
GBCI / build (push) Has been cancelled

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-12-17 21:56:28 -03:00
parent ab215bc90e
commit 503d6e7ca8

View file

@ -6,6 +6,10 @@ on:
pull_request:
branches: ["main"]
env:
CARGO_BUILD_JOBS: 1
CARGO_INCREMENTAL: 0
jobs:
build:
runs-on: gbo