Removing Draft status from a Pull Request didn’t trigger a Travis build. It has been 9 hours since I marked it as ready for review.
I understand that Draft PR’s aren’t triggered as being “WIP” but removing Draft status and marking is ready for review should trigger Travis.
Looks like marking the PR ready is not firing the event we anticipate. Closing and reopening the PR should trigger the build. But we need to look into this deeper.
As @BanzaiMan mentioned, I’m afraid this is part of the behaviour connected with how draft PRs work, they trigger an event when the draft PR is open or if once it’s flagged ready, a new commit is pushed, but there’s no extra event triggered after it’s flagged as “Ready”.
We’re looking into building draft PRs as soon as they’re open to ensure that once they’re flagged as “Ready” they’re already tested.
In the meantime, closing and reopening the PR or pushing a new commit, should send an event to trigger a build.