Vercel integration causes deployments to be prematurely marked as successful
Ref: https://github.com/orgs/vercel/discussions/6056
So I noticed Vercel's GitHub integration and
deployment_status start marking builds as successful even when the build is still ongoing. This causes some of the pipelines to prematurely run on my side. This issue seems to appear after Neon integration is added. And it is currently not reproducible when I try to rebuild a project that doesn't have Neon integration installed.
I suspect it is due to the checking of branching, which is marked as passed before the build is completed.GitHub
GitHub integration permatually marked
deployment_status.state as ...Page to Investigate https://github.com/mwskwong/resume/actions/runs/8197895946 Steps to Reproduce I have set up the following GitHub Action name: Unlighthouse on: deployment_status jobs: unlighthou...
7 Replies
national-goldOP•2y ago

wise-white•2y ago
Thank you for reporting. I've passed this along to our engineering team.
national-goldOP•2y ago
@Daniel It would be great if you could tag me once a fix has been deployed. I'm not sure whether I need to take any further actions on my end (e.g. "update" the integration)
wise-white•2y ago
@Zeraph I just checked in again with the engineering team. I will let you know when I hear back.
I've opened an issue against our internal repo for tracking. In the meantime, if you're a paid user, you can also open a support ticket via the console and mention "Cloud issue #11206". That way, you'll be able to check in with Support on the status.
national-goldOP•2y ago
@Daniel Unfortunately, I'm not a paying customer, YET.
May be https://neon.tech/docs/changelog will also mention that once the fix has been deployed?
wise-white•2y ago
Hi @Zeraph We will list the fix there when it comes. I just checked and the Issue is still open.
@Zeraph I see a PR with a fix. Hopefully, it will be released next week. Thanks for your patience.
Hi @Zeraph A fix was deployed to production that removes a check entity that marked the deployment status as successful while it was still in progress. If you can, please run your workflow again and let us know if the issue still appears. Thank you!
national-goldOP•2y ago
Just run that a while ago, it seems working as expected