CI: add capacity comment, runner reduced to 1 concurrent job
Prevents OOM on shared host with <5GB free RAM when two npm ci jobs run simultaneously. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8c6ff05449
commit
cdcae789b3
|
|
@ -1,4 +1,5 @@
|
|||
name: CI/CD
|
||||
# Runner capacity: 1 (sequential) to prevent OOM on shared host
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
Loading…
Reference in New Issue