nexus/.github/workflows
Devin Foley 2fdf953229 ci: consolidate PR workflows into a single file
Merge pr-verify.yml, pr-policy.yml, and pr-e2e.yml into a single
pr.yml with three parallel jobs (policy, verify, e2e). Benefits:

- Single concurrency group cancels all jobs on new push
- Consistent Node 24 across all jobs
- One file to maintain instead of three

The jobs still run independently (no artifact sharing) since pnpm
cache makes install fast and the upload/download overhead for
node_modules would negate the savings.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 17:11:36 -07:00
..
e2e.yml feat: add Playwright e2e tests for onboarding wizard flow 2026-03-09 08:00:08 -05:00
pr.yml ci: consolidate PR workflows into a single file 2026-03-20 17:11:36 -07:00
refresh-lockfile.yml chore: auto-merge lockfile refresh PRs 2026-03-17 15:02:16 -05:00
release-smoke.yml feat: add release smoke workflow 2026-03-18 07:59:32 -05:00
release.yml fix: use origin for github release creation in actions 2026-03-18 09:10:00 -05:00