Skip to content

ci: fix push path filter to match files inside sysroot_scripts directory - #64

Merged
jkleinsc merged 1 commit into
bullseyefrom
fix-glob
Feb 18, 2026
Merged

ci: fix push path filter to match files inside sysroot_scripts directory#64
jkleinsc merged 1 commit into
bullseyefrom
fix-glob

Conversation

@codebytere

@codebytere codebytere commented Feb 18, 2026

Copy link
Copy Markdown
Member

The paths filter sysroot_scripts only matches the directory entry itself, not files within it. This means pushes that modify files like sysroot_creator.py or build_and_upload.py inside the directory would not trigger the workflow.

Changed to build/linux/sysroot_scripts/** which uses a glob pattern to match any file at any depth within the directory.

@codebytere
codebytere requested a review from a team as a code owner February 18, 2026 12:42
@codebytere
codebytere requested a review from jkleinsc February 18, 2026 12:43
@codebytere codebytere changed the title ci: fix push glob pattern ci: fix push path filter to match files inside sysroot_scripts directory Feb 18, 2026
@jkleinsc
jkleinsc merged commit 9fc1ab8 into bullseye Feb 18, 2026
15 checks passed
@jkleinsc
jkleinsc deleted the fix-glob branch February 18, 2026 15:30
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.

2 participants