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

    Type Alias IfChanged

    IfChanged:
        | string
        | string[]
        | { exclude?: string
        | string[]; include: string | string[] }

    Agent-applied attribute: A glob pattern that omits the step from a build if it does not match any files changed in the build. Can be a single pattern, list of patterns, or an object with include/exclude attributes.

    Type Declaration

    • string
    • string[]
    • { exclude?: string | string[]; include: string | string[] }
      • Optionalexclude?: string | string[]

        Pattern or list of patterns to exclude

      • include: string | string[]

        Pattern or list of patterns to include