ci: fix resource workflow path filters - #77
Draft
Jeremy1844 wants to merge 2 commits into
Draft
Conversation
This was referenced Jul 29, 2026
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.
Root cause
GitHub Actions
pathsfilters are repository-rooted, but the asset deployment workflow names both workflow files with a leading./. Those patterns are invalid and cannot match the intended workflow-file changes.Change
Remove the leading relative segment from the two workflow-file filters and add a regression test that requires both repository-rooted paths and rejects
.//../path filters.Evidence
9d237dd4fb37dd1fb936e3f9649020cc43a374c8(stage)d1edf40631fdd031aabd6b145bc7fb74ed448150— 0/3 introduced tests passed8b45531bff39f54842c6d88faba1bcc3dcfc0be8— 3/3 passedactions/setup-node@v3runtime finding, which is a separate rootsrc,assets,package.json, andyarn.lockGit objects are identical to the baseScope and rollout
This PR changes two path-filter lines and one test only. It has zero path or semantic overlap with #76 and contains no content, asset, dependency, schema, persistence, credential, permission, action-version, or deployment logic change.
Before merge, approve a non-production hosted pull-request check that proves edits to each named workflow select this workflow without using deployment credentials. Rollback is a revert of this two-commit range; an immutable deployed artifact is unaffected because this changes trigger selection only.