Skip to content

Commit 608f77f

Browse files
committed
fix pattern
1 parent a3fee7c commit 608f77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-change-detection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
#
8585
# https://github.com/python/core-workflow/issues/373
8686
git diff --name-only "origin/$GITHUB_BASE_REF.." | grep -qvE \
87-
-e '(\.rst$|\.md$|^Doc|^Misc|^CODEOWNERS$)' \
87+
-e '(\.rst$|\.md$|^Doc|^Misc|^\.github/CODEOWNERS$)' \
8888
-e '(^\.pre-commit-config\.yaml$|\.ruff\.toml$|mypy\.ini$)' \
8989
&& echo "run-tests=true" >> "$GITHUB_OUTPUT" || true
9090
fi

0 commit comments

Comments
 (0)