Skip to content

Commit

Permalink
ci: non release for non-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Dec 25, 2021
1 parent ebdbd8a commit bd6bb97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-desktop-release.yml
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
inputs:
build-target:
description: 'Build Target ("nightly"/"beta")'
description: 'Build Target ("nightly"/"beta"/"non-release")'
type: string
required: true
default: "beta"
Expand Down Expand Up @@ -427,7 +427,7 @@ jobs:
release:
# NOTE: For now, we only have beta channel to be released on Github
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.build-target != 'nightly' }}
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.build-target == 'beta' }}
needs: [ build-macos-x64, build-macos-arm64, build-linux, build-windows, build-android ]
runs-on: ubuntu-18.04
steps:
Expand Down

0 comments on commit bd6bb97

Please sign in to comment.