mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-16 00:53:58 -05:00
fix(ci): Do not publish preview releases to CloudNebula
This commit is contained in:
parent
826217c323
commit
8388a61532
2 changed files with 4 additions and 3 deletions
|
|
@ -13,7 +13,9 @@ env:
|
||||||
CN_APPLICATION: "unstoppableswap/unstoppableswap-gui-rs"
|
CN_APPLICATION: "unstoppableswap/unstoppableswap-gui-rs"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
draft:
|
draft-cb-release:
|
||||||
|
# Do not publish preview releases to CloudNebula
|
||||||
|
if: ${{ !contains(github.ref_name, 'preview') }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
@ -24,7 +26,7 @@ jobs:
|
||||||
api-key: ${{ secrets.CN_API_KEY }}
|
api-key: ${{ secrets.CN_API_KEY }}
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: draft
|
needs: draft-cb-release
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-tauri:
|
publish-tauri:
|
||||||
if: ${{ !contains(github.ref_name, 'preview') }}
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue