Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Commit c16592f

Browse files
committed
FEA-1546: Disable old Desktop release workflow
- Mark the closedloop-electron Desktop release workflow disabled after release ownership moved to symphony-alpha. Testing: git diff --check Risks: Low; the workflow remains present but the release job is skipped before any publishing steps.
1 parent 1225e46 commit c16592f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
name: Release Desktop
1+
# Disabled by FEA-1546: Desktop GitHub Releases are now published from
2+
# closedloop-ai/symphony-alpha after the release-ownership cutover.
3+
name: Release Desktop (disabled)
24

35
on:
46
workflow_dispatch:
@@ -12,6 +14,7 @@ env:
1214

1315
jobs:
1416
release:
17+
if: ${{ false }}
1518
runs-on: macos-latest
1619
timeout-minutes: 30
1720
permissions:

0 commit comments

Comments
 (0)