Skip to content

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

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

CI: standardize Actions (paths + concurrency + runners)#2
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: added paths: filter to push/PR triggers (bin/**, .github/workflows/ci.yml) so README/docs/LICENSE-only edits no longer trigger CI.
  • ci.yml: added a concurrency: group (ci-${{ github.ref }}) with cancel-in-progress: true.
  • ci.yml: bumped actions/checkout@v4@v5 and added timeout-minutes: 10 to both jobs. Runner stays ubuntu-latest (correct for this PUBLIC repo).
  • pages.yml: already path-scoped to docs/** with concurrency and ubuntu-latest; bumped checkout to @v5 and added timeout-minutes: 10. No paths/runner changes needed.

Notes

  • Build system is shell (bin/jwt); fledge.toml has no active tasks, so CI keeps native shellcheck + --help smoke checks rather than fledge run.

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 faebb03 into main Jun 14, 2026
4 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