Skip to content

Commit b595f29

Browse files
authored
Skip typecheck when changing ignored files (#1699)
1 parent eec48d4 commit b595f29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/typecheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
jobs:
2222
typecheck:
2323
name: "👀 Typecheck"
24+
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.changed_files != 0)
2425

2526
runs-on: ubuntu-latest
2627

0 commit comments

Comments
 (0)