Skip to content

Commit c812dc5

Browse files
SukuWcclaude
andcommitted
Remove preview branch workflow, replaced by existing nightly release
The preview branch accumulated dated firmware binaries in Git, causing the repo to grow large and slow to clone. The nightly GitHub Release already serves the same purpose and is what grid-editor uses to download firmware. The preview branch and its workflow are no longer needed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d5aab7f commit c812dc5

2 files changed

Lines changed: 0 additions & 48 deletions

File tree

.github/workflows/firmware_deploy_preview.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/firmware_workflow.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,3 @@ jobs:
3434
product_name: "knot"
3535
secrets: inherit
3636

37-
deploy-preview:
38-
name: Deploy to Preview Branch
39-
# Run on main branch OR when a tag exists to ensure preview is never behind production releases
40-
if: github.ref == 'refs/heads/main' || needs.build.outputs.release_version != ''
41-
needs: build
42-
uses: ./.github/workflows/firmware_deploy_preview.yml

0 commit comments

Comments
 (0)