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.
regexp
build.yml
*.md
*.ini
1 parent 5a6cc3c commit f8dd4c3Copy full SHA for f8dd4c3
.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
61
# into the PR branch anyway.
62
#
63
# https://github.com/python/core-workflow/issues/373
64
- 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
65
fi
66
67
# Check if we should run hypothesis tests
0 commit comments