We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fee7c commit 608f77fCopy full SHA for 608f77f
.github/workflows/reusable-change-detection.yml
@@ -84,7 +84,7 @@ jobs:
84
#
85
# https://github.com/python/core-workflow/issues/373
86
git diff --name-only "origin/$GITHUB_BASE_REF.." | grep -qvE \
87
- -e '(\.rst$|\.md$|^Doc|^Misc|^CODEOWNERS$)' \
+ -e '(\.rst$|\.md$|^Doc|^Misc|^\.github/CODEOWNERS$)' \
88
-e '(^\.pre-commit-config\.yaml$|\.ruff\.toml$|mypy\.ini$)' \
89
&& echo "run-tests=true" >> "$GITHUB_OUTPUT" || true
90
fi
0 commit comments