@buildkite/buildkite-sdk
    Preparing search index...

    Interface MatrixAdjustments

    An adjustment to a Build Matrix

    interface MatrixAdjustments {
        skip?: Skip;
        soft_fail?: SoftFail;
        with: MatrixElementList | MatrixAdjustmentsWithObject;
    }
    Index

    Properties

    Properties

    skip?: Skip

    Whether this step should be skipped. Passing a string provides a reason for skipping this command

    soft_fail?: SoftFail

    The conditions for marking the step as a soft-fail.