Don't publish v5 builds yet

v5-build
Mark McDowall 3 weeks ago
parent 539f55deae
commit d0101bdca1
No known key found for this signature in database

@ -204,7 +204,7 @@ jobs:
binary_path: ${{ matrix.binary_path }} binary_path: ${{ matrix.binary_path }}
deploy: 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: needs:
[ [
prepare, prepare,
@ -234,7 +234,7 @@ jobs:
integration_test, integration_test,
deploy, 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: env:
STATUS: ${{ contains(needs.*.result, 'failure') && 'failure' || 'success' }} STATUS: ${{ contains(needs.*.result, 'failure') && 'failure' || 'success' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest

Loading…
Cancel
Save