Skip to content

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

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

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

Conversation

@0xLeif

@0xLeif 0xLeif commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Summary

  • ci.yml: add paths: filter on push/pull_request scoped to the single-crate Rust layout (src/**, Cargo.toml, Cargo.lock, .github/workflows/ci.yml) so docs-only changes no longer trigger the 3-OS build matrix + clippy/fmt.
  • ci.yml: add concurrency: { group: ci-${{ github.ref }}, cancel-in-progress: true } so superseded runs are cancelled.
  • ci.yml: bump actions/checkout@v4 -> @v5 and add timeout-minutes to each job.
  • Runners left github-hosted (ubuntu/macos/windows-latest) — correct for a PUBLIC repo.
  • pages.yml (already path-scoped to docs/** + concurrency) and release.yml (tag-push only) left unchanged.

Mirrors the CorvidLabs/merlin CI standard.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@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 fc904d5 into main Jun 14, 2026
7 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