Skip to content

Add nightly build workflow#332

Merged
erikdarlingdata merged 1 commit intodevfrom
feature/nightly-builds
Feb 27, 2026
Merged

Add nightly build workflow#332
erikdarlingdata merged 1 commit intodevfrom
feature/nightly-builds

Conversation

@erikdarlingdata
Copy link
Copy Markdown
Owner

Summary

  • Adds a scheduled GitHub Actions workflow that builds nightly from dev
  • Runs at 6:00 AM UTC (1:00 AM EST) — skips if no new commits in 24 hours
  • Creates a rolling nightly pre-release with Dashboard, Lite, and Installer zips
  • Supports manual trigger via workflow_dispatch
  • Runs tests before building
  • Version string: 2.0.0-nightly.20260226

Note: After merging to dev, this needs to reach main for the schedule trigger to fire (GitHub only runs scheduled workflows from the default branch). The workflow checks out dev for the actual build.

Test plan

  • CI passes
  • After merge to main, trigger manually via Actions tab to verify

🤖 Generated with Claude Code

Scheduled at 6:00 AM UTC (1:00 AM EST), builds from dev branch.
Skips if no new commits in 24 hours. Creates a rolling "nightly"
pre-release with Dashboard, Lite, and Installer zips.

Also supports manual trigger via workflow_dispatch.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit b026474 into dev Feb 27, 2026
3 checks passed
@erikdarlingdata erikdarlingdata deleted the feature/nightly-builds branch February 27, 2026 02:41
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.

1 participant