From 909c27e3f7ed4940487b3e9523a5d41f44658244 Mon Sep 17 00:00:00 2001 From: sarahalsmiller <100602640+sarahalsmiller@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:28:30 +0000 Subject: [PATCH] backport of commit 190b5c3c3e7ab1cd97f00e83720590baffc54028 --- .github/scripts/check_skip_ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/check_skip_ci.sh b/.github/scripts/check_skip_ci.sh index da05d7fefe..329a1a4013 100755 --- a/.github/scripts/check_skip_ci.sh +++ b/.github/scripts/check_skip_ci.sh @@ -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")