Pipeline not updated and run when buildkite-agent pipeline upload happens after a blocked step

In my original pipeline yaml, I have:

  1. Block step
  2. A steps that runs buildkite-agent pipeline upload <another-yaml-pipeline>

However, it seems after I unblock the step, the second step that updates the pipeline is not run.

Any thoughts on this?

nvm - used a block step with conditonals to make it work.

1 Like

Glad you were able to make it work!