mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-27 22:31:12 +08:00
Do not run stubtest_third_party on requirements change (#9160)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
8
.github/workflows/stubtest_third_party.yml
vendored
8
.github/workflows/stubtest_third_party.yml
vendored
@@ -2,9 +2,11 @@ name: Third-party stubtest
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- 'scripts/**'
|
||||
paths:
|
||||
- 'stubs/**'
|
||||
- '.github/workflows/stubtest_third_party.yml'
|
||||
- 'tests/**'
|
||||
# When requirements.txt changes, we run `daily.yml`, which includes third-party stubtest
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user