Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Skip PR CI actions for docs/hacks changes #2084

Merged
merged 1 commit into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. 🌱 Skip PR CI actions for docs/hacks changes

    When a PR only contains changes to root level markdown,
    or anything under `docs/` or `hack/`, there is no need
    to run the CI github actions.
    
    To satisfy branch protection rules that may exist that
    require the "unit-test" job to run, the `ci-repo.yml`
    action looks up details about a PR and will skip the
    unit test if it detects that the only changes made in
    the PR are docs or hacks.
    
    The ignores do not apply to pushes to main, pushes to release,
    or workflow calls.
    
    Signed-off-by: Scott J Dickerson <[email protected]>
    sjd78 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    109c02e View commit details
    Browse the repository at this point in the history