Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix pattern
  • Loading branch information
picnixz committed Jan 12, 2025
commit 608f77fbb748b49d1c74eef07fd32a7a0d254864
2 changes: 1 addition & 1 deletion .github/workflows/reusable-change-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
#
# https://github.com/python/core-workflow/issues/373
git diff --name-only "origin/$GITHUB_BASE_REF.." | grep -qvE \
-e '(\.rst$|\.md$|^Doc|^Misc|^CODEOWNERS$)' \
-e '(\.rst$|\.md$|^Doc|^Misc|^\.github/CODEOWNERS$)' \
-e '(^\.pre-commit-config\.yaml$|\.ruff\.toml$|mypy\.ini$)' \
&& echo "run-tests=true" >> "$GITHUB_OUTPUT" || true
fi
Expand Down