Remove committed build output from pull_request trigger paths - #1149
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Contributor
There was a problem hiding this comment.
🟢 Approved
The focused workflow change has no unresolved issues.
Pull request overview
Removes committed Studio build output from pull-request path filters while preserving push-based stale-output detection.
Changes:
- PR builds trigger only for Studio source changes.
- Push path filters remain unchanged.
File summaries
| File | Description |
|---|---|
.github/workflows/studio-frontend-build.yaml |
Removes generated build output from PR trigger paths. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.



Removes the committed build output directory from the pull_request paths of the Studio Frontend Build workflow. Push paths stay unchanged (stale-output detection kept).
pull_request path filters match the whole PR diff, not the last commit — once the workflow commits build output into a PR, every later push re-triggers a frontend build, even pushes touching unrelated files. Same fix as rolled out to the other studio bundles; org-wide sweep found this repo still carrying the line.