fix(ci): prevent release if sanity checks fail

This commit is contained in:
Elian Doran 2026-03-01 17:34:45 +02:00
parent 6e4b18b57b
commit 104c9ec64a
No known key found for this signature in database

View File

@ -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: