deploy.yml: only run on paths ci-deploy.sh actually touches - #6
Merged
Conversation
The first two real merges to master proved this needed: a doc-only PR (#5) still triggered a full deploy, restarting tproxy-server and tproxy-keys - and therefore dropping every family member's live session - for a change that couldn't possibly affect either binary. Scope the trigger to what deploy/ci-deploy.sh's two update scripts actually rebuild: the relay module's sources, keys-panel, and the update script itself, plus this workflow file so edits to it get validated by actually running. Co-Authored-By: Claude Sonnet 5 <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.
Observed in the wild: merging the doc-only #5 still triggered a full
deploy.ymlrun, which restartedtproxy-serverandtproxy-keysand dropped every active family session, for a change that touched onlydeploy/CI.md. Adds apaths:filter matching exactly whatdeploy/ci-deploy.sh's two update scripts rebuild — relay sources,keys-panel/,deploy/update-relay.sh, anddeploy.ymlitself (so edits to the workflow get validated by actually running it).🤖 Generated with Claude Code