I have an async trigger step in buildkite (e.g. I don't want it to block the rest of the pipeline). However, I want the next command to only execute if the async step passes. How can I configure this in buildkite?
Reading through the buildkite documentation not sure if this is possible. I don't see an async attribute for anything but a trigger step -- but I just want to execute a command.