From 70d52b386d51263891c3253c52864da82970da2c Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 21 Jan 2025 06:45:45 -0500 Subject: [PATCH] ci: Remove condition from typos job (#3187) --- .github/workflows/CI.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5f0bbb0f..54737b66 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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