chore(ci): limit /app/prefix matrix variant to master merges#40385
Merged
Conversation
…right
Running both app_root variants ("" and "/app/prefix") on every PR
doubles the number of E2E jobs (12 Cypress + 4 Playwright) for a check
that only matters at integration time. Restrict the /app/prefix variant
to push-to-master, halving PR E2E compute while keeping full coverage on
merged code.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
Bito Automatic Review Skipped - Files Excluded |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #40385 +/- ##
=======================================
Coverage 64.21% 64.21%
=======================================
Files 2592 2592
Lines 139167 139167
Branches 32312 32312
=======================================
Hits 89361 89361
Misses 48273 48273
Partials 1533 1533
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
sadpandajoe
approved these changes
May 22, 2026
kasiazjc
pushed a commit
that referenced
this pull request
May 26, 2026
Co-authored-by: Claude <claude@anthropic.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
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
Running both
app_rootvariants (""and"/app/prefix") on every PR doubles the number of E2E jobs (12 Cypress + 4 Playwright) for a check that is primarily relevant at integration time. This restricts the/app/prefixvariant topushevents (master merges), halving PR E2E compute while preserving full coverage on merged code.The change uses GitHub Actions'
fromJSON()expression in the matrix definition so the value is a proper array at runtime:BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A — CI-only change, no UI impact.
TESTING INSTRUCTIONS
app_root: "").app_rootvariants).ADDITIONAL INFORMATION
No functional code changes — CI workflow only.