fix: do not build unsigned desktop app bundles on every PR in ci. add manual option. (#5550)

This commit is contained in:
Alex Hancock
2025-11-03 13:23:33 -05:00
committed by GitHub
parent 13a4985527
commit d2bed8efa4
3 changed files with 21 additions and 10 deletions
+1 -10
View File
@@ -131,13 +131,4 @@ jobs:
run: source ../../bin/activate-hermit && npm run test:run
working-directory: ui/desktop
# 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:
signing: false