fix: scope sandbox-images tag trigger to semver, exclude bare v0/v1 - #901
Conversation
|
fullsend review is working on this — view logs |
Site previewPreview: https://f1773528-site.fullsend-ai.workers.dev Commit: |
Review: #901Head SHA: b0eab19 SummaryClean, minimal change that narrows the sandbox-images workflow tag trigger from FindingsNo findings. FooterOutcome: approve
Previous runReview: #901Head SHA: 3020ff7 SummaryClean, well-scoped change that aligns both workflow tag triggers to the same FindingsInfo
FooterOutcome: approve
|
Narrow sandbox-images.yml tag filter from v* to v[0-9]+.[0-9]+* so bare floating tags (v0, v1) used for reusable workflow refs don't trigger sandbox image builds. release.yml keeps its original v[0-9]+.[0-9]+.[0-9]+* pattern because GoReleaser strictly requires three-component semver tags. Signed-off-by: Wayne Sun <gsun@redhat.com>
3020ff7 to
b0eab19
Compare
|
fullsend review is working on this — view logs |
Summary
sandbox-images.ymltag filter fromv*tov[0-9]+.[0-9]+*so bare floating tags likev0,v1don't trigger sandbox image buildsrelease.ymlkeeps its originalv[0-9]+.[0-9]+.[0-9]+*pattern (GoReleaser requires three-component semver)Excluding bare major tags (
v0,v1, etc.) supports tagging reusable workflow refs (e.g.fullsend-ai/fullsend@v0) without triggering the sandbox-images pipeline.Test plan
v0tag does not trigger sandbox-images workflowv0.1.0tag would still match both workflow patterns