mirror of
https://github.com/zadam/trilium.git
synced 2026-03-04 14:58:51 +01:00
fix(ci): prevent release if sanity checks fail
This commit is contained in:
parent
6e4b18b57b
commit
104c9ec64a
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user