I assume that you would only like to run the step in case the build is automatically triggered and not when manually, correct? It's just because both are considered "triggered" builds.
In any case, both have the same answer: No, it's not possible to run conditional steps, beyond running a step only if previous steps were successful. If you would like to have different behavior for different builds, we can recommend setting different build configurations. It also helps improve visibility of what is failing or not.
Hi,
I assume that you would only like to run the step in case the build is automatically triggered and not when manually, correct? It's just because both are considered "triggered" builds.
In any case, both have the same answer: No, it's not possible to run conditional steps, beyond running a step only if previous steps were successful. If you would like to have different behavior for different builds, we can recommend setting different build configurations. It also helps improve visibility of what is failing or not.