Skip to content

Conversation

@SukuWc
Copy link
Member

@SukuWc SukuWc commented Nov 12, 2025

Refactored monolithic firmware_build.yml into four separate workflows:

  • firmware_build_only.yml: Reusable build and test workflow
  • firmware_release_nightly.yml: Nightly release management
  • firmware_deploy_preview.yml: Preview branch deployment
  • firmware_workflow.yml: Main orchestrator workflow

Benefits:

  • Each workflow can be run independently
  • Improved maintainability and testability
  • Better separation of concerns

🤖 Generated with Claude Code

SukuWc and others added 2 commits November 12, 2025 20:46
Refactored monolithic firmware_build.yml into four separate workflows:
- firmware_build_only.yml: Reusable build and test workflow
- firmware_release_nightly.yml: Nightly release management
- firmware_deploy_preview.yml: Preview branch deployment
- firmware_workflow.yml: Main orchestrator workflow

Benefits:
- Each workflow can be run independently
- Improved maintainability and testability
- Better separation of concerns

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Changes:
- Release name changed from "Release Nightly Version" to "Nightly Build"
- Added zip step to package artifacts into knot_nightly.zip
- Updated release to use zipped artifact instead of individual files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@SukuWc SukuWc merged commit db5fab1 into main Nov 12, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants