diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f72ccd4..79bc475 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: release: runs-on: ubuntu-latest - needs: [check, test] + needs: [pyright, test] if: github.repository == 'Zac-HD/flake8-trio' && github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v4