mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 16:27:08 +08:00
Don't run mypy_primer on changes to test files (#7854)
Only changes to files in `stdlib` or `stubs` will ever have any effect on the checked open-source code. But also run primer on changes to files in `.github/workflows` so that we can see the effect of changes to the `mypy_primer.yml` file itself.
This commit is contained in:
4
.github/workflows/mypy_primer.yml
vendored
4
.github/workflows/mypy_primer.yml
vendored
@@ -3,6 +3,10 @@ name: Run mypy_primer
|
||||
on:
|
||||
# Only run on PR, since we diff against master
|
||||
pull_request:
|
||||
paths:
|
||||
- 'stdlib/**'
|
||||
- 'stubs/**'
|
||||
- '.github/workflows/**'
|
||||
|
||||
jobs:
|
||||
mypy_primer:
|
||||
|
||||
Reference in New Issue
Block a user