Pipeline never starts if all pipelines it depends on are skipped 1.0.0-rc5

My .drone.yml file contains 2 pipelines:

First one runs on push & pull only. Second one runs on push to master and promote only. Second one depends on first one.

If I promote a build first pipeline is skipped and second never starts - it’s stuck on “Waiting on dependencies”