diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bb78a825a..f93d74634 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -389,7 +389,6 @@ jobs: with: cache: false show-verbose-logs: false - continue-on-error: true - name: save prek cache if: ${{ github.ref == 'refs/heads/main' }} # only save on main @@ -399,6 +398,7 @@ jobs: path: ~/.cache/prek - name: reviewdog + if: ${{ !cancelled() }} uses: reviewdog/action-suggester@aa38384ceb608d00f84b4690cacc83a5aba307ff # 1.24.0 with: level: warning