A single commit triggered a commit build and a PR build, which kicked off at the same time. They both show the same commit hash on the UI.
However the commit build passed, the PR build failed, because the changes of this commit did not reflect in the PR build yet. After manually restarting the PR build, it succeeded.
I digged a bit in how Drone does the clone step:
commit builds do a “git reset --hard” on the git hash, so no room for error
This is a known issues with CI systems like Drone, Travis, Apveyor, etc which use the merge ref to clone the pull requests. There are plans to change the pull request clone logic in a future release, which is discussed in the following thread: