Skip to content

Commit 9f80dbd

Browse files
Do not run stubtest_third_party on requirements change (#9160)
Co-authored-by: Alex Waygood <[email protected]>
1 parent dbac458 commit 9f80dbd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/stubtest_third_party.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Third-party stubtest
22

33
on:
44
pull_request:
5-
paths-ignore:
6-
- '**/*.md'
7-
- 'scripts/**'
5+
paths:
6+
- 'stubs/**'
7+
- '.github/workflows/stubtest_third_party.yml'
8+
- 'tests/**'
9+
# When requirements.txt changes, we run `daily.yml`, which includes third-party stubtest
810

911
permissions:
1012
contents: read

0 commit comments

Comments
 (0)