mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Don't run mypy_primer on stubsabot PRs (#9332)
We can be fairly confident that PRs updating only a `METADATA.toml` file will never produce an interesting `mypy_primer` diff.
This commit is contained in:
2
.github/workflows/mypy_primer.yml
vendored
2
.github/workflows/mypy_primer.yml
vendored
@@ -5,7 +5,7 @@ on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'stdlib/**'
|
||||
- 'stubs/**'
|
||||
- 'stubs/**/*.pyi'
|
||||
- '.github/workflows/mypy_primer.yml'
|
||||
- '.github/workflows/mypy_primer_comment.yml'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user