Github deployments - build status not reported as deployment build but as PR check build

Hello,

we’re using github deployments to trigger promotion builds in drone.

In case of a pull request the status of that build is reported back to github as a PR build check.
The deployment event in github does not get updated and will show pending and later abandoned (since no update is ever provided).

Does anyone know how we can improve this?

With kind regards,

Daniel

1 Like

We are seeing this as well - Drone <1.0 handled this correctly so not sure if the change is deliberate?

Looks like this might fix it:

Also - the next release was created 4 hours ago :crossed_fingers:

Were running that version. Its working as intended now :+1: