We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
regexp
build.yml
*.md
*.ini
1 parent 17bc418 commit 9afc3bcCopy full SHA for 9afc3bc
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
# into the PR branch anyway.
55
#
56
# https://github.com/python/core-workflow/issues/373
57
- git diff --name-only origin/$GITHUB_BASE_REF.. | grep -qvE '(\.rst$|^Doc|^Misc|^\.pre-commit-config\.yaml$|\.ruff\.toml$)' && echo "run_tests=true" >> $GITHUB_OUTPUT || true
+ git diff --name-only origin/$GITHUB_BASE_REF.. | grep -qvE '(\.rst$|^Doc|^Misc|^\.pre-commit-config\.yaml$|\.ruff\.toml$|\.md$|mypy\.ini$)' && echo "run_tests=true" >> $GITHUB_OUTPUT || true
58
fi
59
60
# Check if we should run hypothesis tests
0 commit comments