Skip to content

Commit

Permalink
ci: Remove condition from typos job (#3187)
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte authored Jan 21, 2025
1 parent 067993e commit 70d52b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,10 @@ jobs:
typos:
name: Spell Check with Typos
runs-on: ubuntu-24.04
if: github.event_name == 'push' || !github.event.pull_request.draft

steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4

- name: Check the spelling of the files in our repo
uses: crate-ci/typos@v1.28.4
uses: crate-ci/typos@v1.29.4

0 comments on commit 70d52b3

Please sign in to comment.