mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
only run nightly.yml on TriliumNext/Trilium (#6620)
This commit is contained in:
commit
27023f1fd5
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -27,6 +27,7 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
nightly-electron:
|
nightly-electron:
|
||||||
|
if: github.repository == 'TriliumNext/Trilium'
|
||||||
name: Deploy nightly
|
name: Deploy nightly
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@ -96,6 +97,7 @@ jobs:
|
|||||||
path: apps/desktop/upload
|
path: apps/desktop/upload
|
||||||
|
|
||||||
nightly-server:
|
nightly-server:
|
||||||
|
if: github.repository == 'TriliumNext/Trilium'
|
||||||
name: Deploy server nightly
|
name: Deploy server nightly
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user