Block Vercel deployment promotions with GitHub Actions
Vercel adds the ability to block production deployment promotions until selected GitHub Actions checks pass, available for all projects connected to GitHub repositories.
You can now block a deployment from being promoted to production until selected GitHub Actions complete successfully. On Vercel, every deployment starts in a preview environment, this feature ensures that only verified builds that pass tests or other automated checks are released to production.
Deployment Checks are available for all projects connected to GitHub repositories. Configure them in your or learn more in .project settingsthe docs Read more