Skip to content

Commit

Permalink
fix pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
picnixz committed Jan 12, 2025
1 parent a3fee7c commit 608f77f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 608f77f

Please sign in to comment.