Reduce CARGO_BUILD_JOBS to 6 for CI stability
All checks were successful
BotUI CI / build (push) Successful in 1m57s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-02-06 10:18:00 -03:00
parent a1a30adb2c
commit 95f856b080

View file

@ -15,7 +15,7 @@ on:
- ".forgejo/workflows/botui.yaml"
env:
CARGO_BUILD_JOBS: 8
CARGO_BUILD_JOBS: 6
CARGO_NET_RETRY: 10
jobs: