Skip to content

Add skills-lock.json to paths-ignore in non-static-check workflows#1781

Merged
nathanjmcdougall merged 3 commits into
mainfrom
copilot/update-github-workflows-static-checks
Apr 3, 2026
Merged

Add skills-lock.json to paths-ignore in non-static-check workflows#1781
nathanjmcdougall merged 3 commits into
mainfrom
copilot/update-github-workflows-static-checks

Conversation

Copilot AI commented Apr 3, 2026

Copy link
Copy Markdown
Contributor

Changes to skills-lock.json were triggering all CI workflows unnecessarily. Only static checks are relevant for skill lockfile changes.

  • Added skills-lock.json to paths-ignore in codecov.yml, codeql.yml, codspeed.yml, test.yml, zizmor.yml
  • static-checks.yml intentionally unchanged — it has no path filters and continues to run on all changes
  • release.yml, bump-dev-dep.yml, copilot-setup-steps.yml unaffected (tag-triggered, manual-only, or already path-scoped)

Copilot AI and others added 2 commits April 3, 2026 20:31
Copilot AI changed the title [WIP] Update GitHub workflows to skip runs on skills-lock.json changes Add skills-lock.json to paths-ignore in non-static-check workflows Apr 3, 2026
Copilot AI requested a review from nathanjmcdougall April 3, 2026 20:34
@nathanjmcdougall nathanjmcdougall marked this pull request as ready for review April 3, 2026 20:36
@codecov

codecov Bot commented Apr 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@codspeed-hq

codspeed-hq Bot commented Apr 3, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 2 untouched benchmarks


Comparing copilot/update-github-workflows-static-checks (68c3990) with main (f84d89d)1

Open in CodSpeed

Footnotes

  1. No successful run was found on main (d6f8ba7) during the generation of this report, so f84d89d was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@nathanjmcdougall nathanjmcdougall merged commit 5d670a6 into main Apr 3, 2026
20 checks passed
@nathanjmcdougall nathanjmcdougall deleted the copilot/update-github-workflows-static-checks branch April 3, 2026 20:44
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.

Don't rerun github workflows (except static checks) for changes to skills-lock.json

2 participants