diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 19f678447..bff91c148 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,7 +35,7 @@ jobs: ruff check . ruff format --check . - name: Typos - if: ${{ matrix.python-version == '3.13'" && always() }} + if: ${{ matrix.python-version == '3.13' }} run: | typos . - name: Tests