Skip to content

Commit

Permalink
Backport of remove version from skip check into release/1.1.x (#4339)
Browse files Browse the repository at this point in the history
backport of commit 190b5c3

Co-authored-by: sarahalsmiller <[email protected]>
  • Loading branch information
1 parent 13014b3 commit 7fa8592
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 7fa8592

Please sign in to comment.