Skip to content

CI: standardize Actions (paths + concurrency + runners) - #4

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

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

Conversation

@0xLeif

@0xLeif 0xLeif commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Standardizes GitHub Actions for this PUBLIC shell-based fledge plugin (bin/* scripts; no Package.swift/Cargo/package.json/lockfile/fledge.toml).

  • ci.yml: add paths: [bin/**, .github/workflows/ci.yml] to push & pull_request so README/docs-only changes no longer trigger shellcheck+smoke CI.
  • ci.yml: add concurrency: ci-${{ github.ref }} with cancel-in-progress: true.
  • ci.yml: bump actions/checkout@v4@v5; add timeout-minutes: 10 to both jobs.
  • ci.yml: runners left on ubuntu-latest (correct for a PUBLIC repo — GitHub-hosted only).
  • pages.yml: already site-scoped + concurrency + correct runner; appended .github/workflows/pages.yml to its paths set, bumped checkout → @v5, added timeout-minutes: 10. Existing step logic preserved.

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 b8b902c into main Jun 14, 2026
4 checks passed
@0xLeif
0xLeif deleted the ci/standardize-actions branch June 14, 2026 18:13
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