Skip to content

Enhance PR Checks #382

@iamkirkbater

Description

@iamkirkbater

When PR checks run, they should only run changes against files that have changed.

Specifically, I mean that if the Containerfile is changed and no go-code is changed, then the image should be built and those tests should run.

Or conversely, if say the personalization feature is updated to fix a bug, the container image build checks should be skipped.

The goal of this is to make PR checks run faster.

However, this should ideally be augmented by release-blocking tests that can test everything end to end, so that we don't accidentally introduce regressions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions