fix: bundle workflows (#3780)
This commit is contained in:
@@ -120,6 +120,9 @@ jobs:
|
||||
# Faster Desktop App build for PRs only
|
||||
bundle-desktop-unsigned:
|
||||
uses: ./.github/workflows/bundle-desktop.yml
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
needs: changes
|
||||
if: (github.event_name == 'pull_request' || github.event_name == 'merge_group') && (needs.changes.outputs.code == 'true' || github.event_name != 'pull_request')
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user