From 104c9ec64a07009aa390bdd1653b5510dbedfcbd Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 1 Mar 2026 17:34:45 +0200 Subject: [PATCH] fix(ci): prevent release if sanity checks fail --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0984726483..02a748b0de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,8 @@ jobs: run: pnpm tsx ${{ github.workspace }}/scripts/check-version-consistency.ts ${{ github.ref_name }} make-electron: name: Make Electron + needs: + - sanity-check strategy: fail-fast: false matrix: @@ -95,6 +97,8 @@ jobs: build_server: name: Build Linux Server + needs: + - sanity-check strategy: fail-fast: false matrix: