Skip to content

setup(workflow): narrow CI path filtering#444

Merged
AugustinMauroy merged 5 commits into
mainfrom
setup/narrow-ci-workflow-filter
Apr 28, 2026
Merged

setup(workflow): narrow CI path filtering#444
AugustinMauroy merged 5 commits into
mainfrom
setup/narrow-ci-workflow-filter

Conversation

@JakobJingleheimer

@JakobJingleheimer JakobJingleheimer commented Apr 26, 2026

Copy link
Copy Markdown
Member

The CI workflow is concerned with implementation code (basically just typescript). We don't need to run linting, type-checking, and tests when non-code files change (ex markdown or yaml), and the yaml lint job is in a dedicated workflow now, so the CI job can filter just on js/ts and package.json files (where npm commands can change, affecting CI tasks).

@JakobJingleheimer JakobJingleheimer added the gh actions Pull requests that update GitHub Actions code label Apr 26, 2026
@JakobJingleheimer JakobJingleheimer marked this pull request as ready for review April 26, 2026 21:40
Comment thread .github/workflows/ci.yml
@AugustinMauroy AugustinMauroy merged commit 3f2c982 into main Apr 28, 2026
9 checks passed
@AugustinMauroy AugustinMauroy deleted the setup/narrow-ci-workflow-filter branch April 28, 2026 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gh actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants