Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix CI skip script hole (#21741)
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.
- Loading branch information