chore(ci): optimize CI only to be invoked on path changes#333
Open
marcinszalski-callstack wants to merge 1 commit into
Open
chore(ci): optimize CI only to be invoked on path changes#333marcinszalski-callstack wants to merge 1 commit into
marcinszalski-callstack wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the main CI workflow to run jobs conditionally based on which paths changed in a PR, reducing unnecessary CI workload for changes scoped to specific apps or packages.
Changes:
- Added a
filterjob usingdorny/paths-filterto detect which top-level areas changed. - Gated
check-changesetandbuild-lintbehind package-path changes. - Updated Android/iOS road test jobs to run only for relevant app/package changes (and to tolerate
build-lintbeing skipped).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+32
to
+44
| filters: | | ||
| packages: | ||
| - 'packages/**' | ||
| rnapp: | ||
| - 'apps/RNApp/**' | ||
| expo54: | ||
| - 'apps/ExpoApp54/**' | ||
| expo55: | ||
| - 'apps/ExpoApp55/**' | ||
| androidapp: | ||
| - 'apps/AndroidApp/**' | ||
| appleapp: | ||
| - 'apps/AppleApp/**' |
Collaborator
There was a problem hiding this comment.
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.
Summary
filteronlypackages/**filter,check-changeset,build-lint, all 4 road testsapps/RNApp/onlyfilter,android-androidapp-vanilla,ios-appleapp-vanillaapps/ExpoApp54/onlyfilter,android-androidapp-expo,ios-appleapp-expoapps/ExpoApp55/onlyfilter,android-androidapp-expo,ios-appleapp-expoapps/AndroidApp/onlyfilter,android-androidapp-expo,android-androidapp-vanillaapps/AppleApp/onlyfilter,ios-appleapp-vanilla,ios-appleapp-expoTest plan
dummy PRs with changes from each category: