Skip to content

CI: standardize Actions (paths + concurrency + runners)#10

Merged
0xLeif merged 1 commit into
mainfrom
ci/standardize-actions
Jun 14, 2026
Merged

CI: standardize Actions (paths + concurrency + runners)#10
0xLeif merged 1 commit into
mainfrom
ci/standardize-actions

Conversation

@0xLeif

@0xLeif 0xLeif commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Summary

  • test.yml: add a bun-ts paths: filter to push/pull_request (src/**, test/**, hooks/**, migrations/**, package.json, tsconfig.json, .github/workflows/test.yml) so README/docs/spec-only edits no longer trigger CI.
  • test.yml: add concurrency: ci-${{ github.ref }} with cancel-in-progress: true.
  • test.yml: bump actions/checkout@v4 -> @v5 and add timeout-minutes: 15.
  • Runner left as ubuntu-latest (PUBLIC repo -> GitHub-hosted only; correct for bun-ts).
  • Kept plain bun install (no --frozen-lockfile): bun.lock is gitignored and not committed, so a frozen install would fail CI.
  • pages.yml already has a docs-scoped paths: filter, concurrency, and a GitHub-hosted runner; left unchanged.

Mirrors the CorvidLabs/merlin CI standard.

@gemini-code-assist

Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@0xLeif 0xLeif merged commit 4ef0646 into main Jun 14, 2026
5 checks passed
@0xLeif 0xLeif deleted the ci/standardize-actions branch June 14, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant