diff --git a/.github/workflows/build_and_deploy.yaml b/.github/workflows/build_and_deploy.yaml index b18fc26..aaa066d 100644 --- a/.github/workflows/build_and_deploy.yaml +++ b/.github/workflows/build_and_deploy.yaml @@ -37,7 +37,7 @@ on: required: true type: boolean default: true -run-name: Element ${{ inputs.mode == 'release' && 'Desktop' || 'Nightly' }} +run-name: Element ${{ inputs.mode != 'release' && github.event_name != 'release' && 'Nightly' || 'Desktop' }} concurrency: ${{ github.workflow }} env: R2_BUCKET: ${{ vars.R2_BUCKET }}