chore(netlify): re-enable PR deploy previews on Personal#263
Merged
Conversation
✅ Deploy Preview for cosmic-klepon-3c693c ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
abrichr
added a commit
that referenced
this pull request
Jul 21, 2026
Carry the deploy-preview un-ignore (see #263) on this branch so PR #262 gets a live rendered preview. The Free-plan quota that forced the #261 skip is gone now that the site is on the Pro/Personal plan. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NyCHrzA1psrKMFfroYbzaM
#261 added `ignore = "exit 0"` to the deploy-preview context to stop burning build minutes while the site was on the Netlify Free plan (300 min/mo, over quota). The site has since been upgraded to the Pro/Personal plan (25,000 build-min/mo), so that quota constraint is gone. Remove the deploy-preview ignore so every PR gets a live, rendered preview URL again. Branch-deploy stays skipped (lower value than PR previews). Production (main) builds unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NyCHrzA1psrKMFfroYbzaM
abrichr
force-pushed
the
chore/netlify-reenable-previews
branch
from
July 21, 2026 16:52
bde0332 to
b3ca75c
Compare
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.
What\n\nRemove the deploy-preview skip from netlify.toml so every pull request gets a live rendered Netlify preview again. Branch deploys stay skipped and production builds are unchanged.\n\n## Current provider state\n\nVerified through the authenticated Netlify API on 2026-07-21: the exact owning team is now on Personal and no longer reports an exceeded-usage state. Pro is not required.\n\n## Verification\n\n- Rebased onto current website main at b3ca75c\n- Local website suite: 124/124 passed\n- GitHub CI and the refreshed Netlify preview are the merge gates\n- No production deployment or production configuration changes are made by this PR