Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
fangchenli committed Oct 18, 2023
1 parent 8699258 commit 5c4c268
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/typing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
pull_request:
paths:
- ".github/workflows/typing.yaml"
- "tests/**"
- "scripts/**"
- "src/**"
- "pyproject.toml"
push:
Expand All @@ -15,8 +13,6 @@ on:
- release/\d{4}.\d{1,2}.\d{1,2}
paths:
- ".github/workflows/typing.yaml"
- "tests/**"
- "scripts/**"
- "src/**"
- "pyproject.toml"

Expand Down Expand Up @@ -46,4 +42,4 @@ jobs:
- name: Run MyPy
continue-on-error: true
run: |
mypy --install-types
mypy --install-types --non-interactive

0 comments on commit 5c4c268

Please sign in to comment.