ci: remove runner caps after timing review

This commit is contained in:
Peter Steinberger
2026-04-23 15:41:32 +01:00
parent 3e956a4982
commit dbd7966cfd
3 changed files with 109 additions and 7 deletions

View File

@@ -96,5 +96,6 @@ pnpm test:channels
pnpm test:contracts:channels
pnpm check:docs # docs format + lint + broken links
pnpm build # build dist when CI artifact/build-smoke lanes matter
node scripts/ci-run-timings.mjs <run-id> # summarize wall time, queue time, and slowest jobs
node scripts/ci-run-timings.mjs <run-id> # summarize wall time, queue time, and slowest jobs
node scripts/ci-run-timings.mjs --recent 10 # compare recent successful main CI runs
```