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

ci: fix CI skip script hole #618

Closed
wants to merge 1 commit into from
Closed

Commits on Sep 17, 2024

  1. ci: fix CI skip script hole

    In some environments, the script will not fail despite SKIP_CHECK_BRANCH
    being unset, leading to the script explicitly skipping CI when it should
    fail fast.
    
    Prevent this by explicitly checking for the env var.
    
    This change is a port of hashicorp/consul#21741.
    zalimeni committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    43f13f5 View commit details
    Browse the repository at this point in the history