Thanks to visit codestin.com Credit goes to github.com
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 1718827 commit 5ce72e2Copy full SHA for 5ce72e2
.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