CI: add capacity comment, runner reduced to 1 concurrent job
CI/CD / test (push) Failing after 1m26s Details
CI/CD / build-check (push) Successful in 2m59s Details
CI/CD / deploy (push) Has been skipped Details

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:
Jeff Emmett 2026-04-01 00:04:51 -07:00
parent 8c6ff05449
commit cdcae789b3
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
name: CI/CD
# Runner capacity: 1 (sequential) to prevent OOM on shared host
on:
push: