[Solved] [Drone Cloud] Builds triggered from webhook hang indefinitely

For my repo, every build triggered from a webhook event (e.g. pull_request, push, tag) hangs indefinitely before the clone setup step. When I cancel and retry the build manually, it works perfectly:

This didn’t happen on my first few builds, so I am assuming that my config has gotten corrupted in some way.

This happens because you enabled the “Protected” flag in your settings without signing your yaml configuration file. See this thread: [Solved] Pipeline doesn't start until stopped and started again

1 Like

D’oh, of course! Thanks Brad.