mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 22:07:07 -04:00
Don't publish v5 builds yet
This commit is contained in:
parent
539f55deae
commit
d0101bdca1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_v5.yml
vendored
4
.github/workflows/build_v5.yml
vendored
|
@ -204,7 +204,7 @@ jobs:
|
|||
binary_path: ${{ matrix.binary_path }}
|
||||
|
||||
deploy:
|
||||
if: ${{ github.ref_name == 'v5-develop' || github.ref_name == 'v5-main' }}
|
||||
if: ${{ github.ref_name == 'v5-develop-final' || github.ref_name == 'v5-main-final' }}
|
||||
needs:
|
||||
[
|
||||
prepare,
|
||||
|
@ -234,7 +234,7 @@ jobs:
|
|||
integration_test,
|
||||
deploy,
|
||||
]
|
||||
if: ${{ !cancelled() && (github.ref_name == 'v5-develop' || github.ref_name == 'v5-main') }}
|
||||
if: ${{ !cancelled() && (github.ref_name == 'v5-develop-final' || github.ref_name == 'v5-main-final') }}
|
||||
env:
|
||||
STATUS: ${{ contains(needs.*.result, 'failure') && 'failure' || 'success' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue