Skip to content

Commit

Permalink
Do not run stubtest_third_party on requirements change (#9160)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Waygood <[email protected]>
  • Loading branch information
sobolevn and AlexWaygood authored Nov 11, 2022
1 parent dbac458 commit 9f80dbd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/stubtest_third_party.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f80dbd

Please sign in to comment.