Feature/forward version to 6.0.0-alpha by white-gecko · Pull Request #1285 · RDFLib/rdflib (original) (raw)
Ok, I got an answer from one of the Drone maintainers.
Even though they're different branches, the HEAD commit SHA in the branch feature/forwardVersionTo6alpha
is the same as the HEAD commit SHA in old branch feature/forwardVersion
. So when github queries the CI status from Drone, it asks for the build for this commit SHA, but drone gives the status for the previous build, because it was the same commit SHA.
Note, that is why it appears that Drone doesn't restart its test when the PR is closed/re-opened, when actually it does. But the github status indicator will still point to the first build with that SHA.