Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workflows and composite actions.

## CI vs release

- **CI** (`ci.yml`, on PRs to `main`): dependency/module-boundary checks, lint+typecheck (incl.
- **CI** (`ci.yml`, on PRs to `main` and merge-queue check requests): dependency/module-boundary checks, lint+typecheck (incl.
`check:seams` — the pi binary-seam canary, see `scripts/check-binary-seams.ts`), unit tests, no-agent e2e,
and a **host-target** binary
build+smoke+**e2e-vs-binary** (`bun run e2e:binary`: the same no-agent suite against the compiled
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: CI
on:
pull_request:
branches: [main]
merge_group:
types: [checks_requested]

# Supersede in-flight runs when a PR is updated.
concurrency:
Expand Down
Loading