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:
Alex Waygood
2022-12-06 07:47:59 +00:00
committed by GitHub
parent 89fb1d5521
commit fc69819a89

View File

@@ -5,7 +5,7 @@ on:
pull_request:
paths:
- 'stdlib/**'
- 'stubs/**'
- 'stubs/**/*.pyi'
- '.github/workflows/mypy_primer.yml'
- '.github/workflows/mypy_primer_comment.yml'