Skip to content

Commit

Permalink
Skip typecheck when changing ignored files (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
atilafassina authored Dec 20, 2024
1 parent eec48d4 commit b595f29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
jobs:
typecheck:
name: "👀 Typecheck"
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.changed_files != 0)

runs-on: ubuntu-latest

Expand Down

0 comments on commit b595f29

Please sign in to comment.