Skip to content

Commit

Permalink
Merge 190b5c3 into backport/remove-version/only-direct-giraffe
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-consul-core authored Sep 19, 2024
2 parents 7f73b18 + 190b5c3 commit b37e98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/check_skip_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ skip_check_branch=${SKIP_CHECK_BRANCH:?SKIP_CHECK_BRANCH is required}
files_to_check=$(git diff --name-only "$(git merge-base origin/$skip_check_branch HEAD~)"...HEAD)

# Define the directories to check
skipped_directories=("assets" ".changelog" "version")
skipped_directories=("assets" ".changelog")

files_to_skip=("LICENSE" ".copywrite.hcl" ".gitignore")

Expand Down

0 comments on commit b37e98c

Please sign in to comment.