Buildkite has this nice (new?) feature that adds checkmarks to the names of the steps if the logs contain either checks or crosses, and accounts for the numbers of checks.
This is really nice, but it’s breaking the integration with Github status checks, since the names are changed mid build and the completed events sent do not have the same names as the ones created to begin with. This means that The inital checks are left hanging (and blocking a completed status on the builds) ![]()
While some new ones get created at the end, but are not useful to get a green/red build out of the github checks integration.
Are you aware of this? Is there a mitigation strategy or a fix incoming?
Thanks in advance


