Skip to content

GHA: smarter nightly that works for v1.7+ branches#153

Merged
wheatdog merged 1 commit into
harvester:mainfrom
wheatdog:nightly
May 8, 2026
Merged

GHA: smarter nightly that works for v1.7+ branches#153
wheatdog merged 1 commit into
harvester:mainfrom
wheatdog:nightly

Conversation

@wheatdog
Copy link
Copy Markdown
Member

@wheatdog wheatdog commented May 8, 2026

IMPORTANT: Please do not create a Pull Request without creating an issue first.

Problem:

GHA: smarter nightly that works for v1.7+ branches

Solution:

GHA: smarter nightly that works for v1.7+ branches

Related Issue:

Test plan:

Signed-off-by: Tim Liou <tim.liou@suse.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the nightly GitHub Actions workflow to support both a full nightly build (main + all v1.7+ release branches) and an operator-triggered, single-ref build with an optional tag override.

Changes:

  • Adds workflow_dispatch inputs (ref, tag) to allow running a targeted build for a specific branch/tag.
  • Introduces a branch discovery job that queries GitHub for release branches matching v1.<n> where n >= 7.
  • Switches the nightly release-branch builds to a matrix strategy over the discovered branches, while still always building main in the full nightly path.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@wheatdog wheatdog merged commit ffb7ef1 into harvester:main May 8, 2026
10 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.

3 participants