diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af377fd55..8288aa9a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,8 @@ jobs: run: turbo typecheck comment-if-failed: + if: ${{ always() }} + needs: [lint, format, typecheck] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4