ci: extract node jobs into path-filtered node.yml - #197
Draft
vlad-scherbich wants to merge 3 commits into
Draft
Conversation
A scenarios/python* only change was starting every language matrix. Nightly and any non-Python-only push still run them all.
A scenarios/python*-only push must not start leftover languages. Cheap lint stays always-on; test.yml edits are treated as shared.
A scenarios/node*-only push must not start leftover languages.
vlad-scherbich
force-pushed
the
vlad/ci-path-filter-python
branch
from
September 10, 2026 14:11
5392f61 to
69500d2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Moves the
nodejob into.github/workflows/node.yml.on.push.paths:scenarios/node*/**and this workflow file. Same nightly cron as leftoverci.yml(0 0 * * *).Removes
nodefrom leftoverci.ymljobs and dropsscenarios/node*/**from that workflow's paths. A node-only push startsnode.ymland does not start leftover languages.Testing
A
scenarios/node*-only path list matchesnode.ymland misses leftoverci.yml.Risks
Do not mark
node.ymlrequired. A path-filtered workflow that never starts stays pending.Additional Notes
None.