Skip to content

ci(vercel): skip deploys for k8s-only changes - #47

Merged
MikkoNumminen merged 1 commit into
mainfrom
ci/vercel-ignore-k8s
Jul 24, 2026
Merged

ci(vercel): skip deploys for k8s-only changes#47
MikkoNumminen merged 1 commit into
mainfrom
ci/vercel-ignore-k8s

Conversation

@MikkoNumminen

Copy link
Copy Markdown
Owner

One-line follow-up to #46: merging that PR — pure k8s manifests — triggered a full Vercel production rebuild of identical app code, because k8s/ was in scope for the ignore command. Kubernetes is a different deployment target; nothing under k8s/ can affect what Vercel builds. Same class of fix as the scripts/ exclusions in #41.

Verified against real history with the full new pathspec list:

diff result
#46 merge (k8s only) skip (was build)
#45 (app code) build

bash -n clean; full suite green through the pre-push hook (2835).

🤖 Generated with Claude Code

Merging #46 — pure k8s manifests and Helm chart — triggered a full Vercel
production rebuild of identical app code, because k8s/ was in scope for the
ignore command. Kubernetes is a different deployment target entirely; nothing
under k8s/ can affect what Vercel builds.

Verified against real history: the #46 merge diff now skips, the #45 (app
code) diff still builds.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
hr-manager Ready Ready Preview, Comment Jul 24, 2026 5:46am

@MikkoNumminen
MikkoNumminen merged commit 19d41c5 into main Jul 24, 2026
4 checks passed
@github-actions

Copy link
Copy Markdown

Mutation Testing

Score: 71.27% (break threshold 60% — ✅ pass). 320 detected / 449 valid mutants (killed 191, timeout 129, survived 28, no-coverage 101). Full report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant