Skip to content

Skipping builds based on a config file #66

@timgentry

Description

@timgentry

As a developer
I want a .rake_ci.ignore.yml file within the root of a project
so that I can identify files and folders that should be ignored by the build process.

As a developer
I want a build to be skipped if all the changed files are listed within a project's .rake_ci.ignore.yml file
So that the CI process can be speeded up by skipping zero impact changes.

An example .rake_ci.ignore.yml file could contain:

---
- code_safety.yml
- config/code_safety.yml
- docs/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions