Skip to content

Commit 3c1c626

Browse files
committed
ci: Add pyproject.toml to the list of modified files to test.
Signed-off-by: Paulo Vital <[email protected]>
1 parent 7ccfae5 commit 3c1c626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ commands:
1919
CHANGED_FILES=$(git diff --name-only origin/main...HEAD)
2020
2121
# Check if any relevant files changed
22-
echo "$CHANGED_FILES" | grep -q -E "^(src/|tests/|tests_aws/|.circleci/)" || {
22+
echo "$CHANGED_FILES" | grep -q -E "^(src/|tests/|tests_aws/|.circleci/|pypproject.toml)" || {
2323
echo "No changes in src/, tests/, tests_aws/, or .circleci directories. Skipping tests."
2424
circleci step halt
2525
}

0 commit comments

Comments
 (0)