fix: do not build unsigned desktop app bundles on every PR in ci. add manual option. (#5550)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
name: Manual Desktop Bundle (Unsigned)
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
branch:
|
||||
description: 'Branch name to bundle app from'
|
||||
required: true
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
bundle-desktop-unsigned:
|
||||
uses: ./.github/workflows/bundle-desktop.yml
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
with:
|
||||
signing: false
|
||||
ref: ${{ inputs.branch }}
|
||||
Reference in New Issue
Block a user