Skip to main content

Skipping Steps

You can configure a Step to run even if a previous Step in the Workflow failed. For example, if the Bitrise.io Cache:Pull Step fails, there is no reason not to run the subsequent Steps.

Enabling a Step conditionally

You can also configure Steps to run only in certain conditions: Enabling or disabling a Step conditionally.

To set a given Step to run even if a previous Step failed:

  1. Log in to Bitrise and select Bitrise CI on the left, then select your project.

  2. Click the Workflows button on the main page.

  3. Select the Step you want to configure to always run.

  4. On the right, find and open the When to run section and toggle the Run if previous Step failed option.

    run-if-previous-failed.png