Skip to content

Split product.yml into separate development and production workflows#32

Merged
bschwedler merged 3 commits intomainfrom
split-dev-prod-ci
Feb 20, 2026
Merged

Split product.yml into separate development and production workflows#32
bschwedler merged 3 commits intomainfrom
split-dev-prod-ci

Conversation

@ianpittwood
Copy link
Copy Markdown
Contributor

Summary

  • Separates the combined product.yml CI workflow into two independent workflows
  • production.yml: Weekly builds of non-dev images (Sunday 03:15)
  • development.yml: Daily builds of dev images (04:45)

Each workflow now has its own CI meta-job and clean job, simplifying the trigger logic by removing the need for schedule-based conditionals.

Test plan

  • Verify both workflows trigger correctly on push/PR
  • Confirm scheduled triggers are configured correctly

🤖 Generated with Claude Code

Separates the combined CI workflow into two independent workflows:
- production.yml: Weekly builds of non-dev images (Sunday 03:15)
- development.yml: Daily builds of dev images (04:45)

Each workflow now has its own CI meta-job and clean job, simplifying
the trigger logic by removing the need for schedule-based conditionals.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

@bschwedler bschwedler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Just a small suggestion to match the naming in other repos.

@bschwedler bschwedler merged commit b68db58 into main Feb 20, 2026
43 of 44 checks passed
@bschwedler bschwedler deleted the split-dev-prod-ci branch February 20, 2026 17:38
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