From 9cf7bcd64a82a71f78edf69ccda5aec82246b166 Mon Sep 17 00:00:00 2001 From: Shahar Naveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Fri, 10 Apr 2026 11:50:03 +0200 Subject: [PATCH] Fail if prek fails (#7574) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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