Skip to content

Commit

Permalink
ci: added .circleci folder into filtered folders list
Browse files Browse the repository at this point in the history
Signed-off-by: Cagri Yonca <cagri@ibm.com>
  • Loading branch information
CagriYonca committed Dec 16, 2024
1 parent 2b76665 commit 8c6df81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ commands:
CHANGED_FILES=$(git diff --name-only origin/main...HEAD)
# Check if any relevant files changed
echo "$CHANGED_FILES" | grep -q -E "^(src/|tests/|tests_aws/)" || {
echo "No changes in src/, tests/, or tests_aws/ directories. Skipping tests."
echo "$CHANGED_FILES" | grep -q -E "^(src/|tests/|tests_aws/|.circleci/)" || {
echo "No changes in src/, tests/, tests_aws/, or .circleci directories. Skipping tests."
circleci step halt
}
Expand Down

0 comments on commit 8c6df81

Please sign in to comment.