Skip to content

Conversation

@aldy505
Copy link
Collaborator

@aldy505 aldy505 commented Oct 20, 2025

I wonder how the release pipeline is not broken after all this.

I wonder how the release pipeline is not broken after all this.
@aldy505 aldy505 requested a review from a team as a code owner October 20, 2025 06:18
@aldy505 aldy505 requested a review from hubertdeng123 October 20, 2025 06:18
@aldy505
Copy link
Collaborator Author

aldy505 commented Oct 21, 2025

@markstory can you retry the failing GHA jobs?

assemble-taskbroker-image:
runs-on: ubuntu-latest
needs: [build]
if: ${{ (github.ref_name == 'main' || startsWith(github.ref_name, 'releases/')) && github.event_name != 'pull_request' }}
Copy link
Member

Choose a reason for hiding this comment

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

Looks like the commit sha for release is the same as merge to main, which is why it doesn't break. This is probably because there is no pre release command for craft. If that's the case we don't even need to run assemble step on release branches

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