I would expect that the pipeline will pause after the deploy step and will wait for human input, however, block was skipped and the pipeline just continues with the test step.
Looking back at the doc I realized that block was not treated as wait and this is somehow expected behaviour. However, I must say this is very counter-intuitive and would possibly lead to confusions and all that.
Yeah, this is a bit tricky. Because you’ve added an explicit depends_on to that later step, it’s assuming that the step only depends on what you’ve listed. To get the desired behaviour, you’ll need to be explicit about all of your dependencies: