Skip to content

fix: disable flakehub-publish on tag push pending fix for #65#66

Merged
sc2ben merged 1 commit into
mainfrom
fix/disable-flakehub-autopublish
Jun 6, 2026
Merged

fix: disable flakehub-publish on tag push pending fix for #65#66
sc2ben merged 1 commit into
mainfrom
fix/disable-flakehub-autopublish

Conversation

@tsunaminoai

Copy link
Copy Markdown
Contributor

Summary

Closes #65 (partially — disables the broken path; the underlying include-output-paths issue is tracked there)

flakehub-publish is broken with include-output-paths on multi-system
matrix runners. Skip it on automatic tag pushes; it remains manually
triggerable via workflow_dispatch.
Copilot AI review requested due to automatic review settings June 6, 2026 16:11

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the release workflow to prevent the flakehub-publish job from running automatically on tag pushes, as a temporary workaround while the multi-system include-output-paths failure in #65 is investigated.

Changes:

  • Gate the flakehub-publish job behind workflow_dispatch so tag pushes no longer attempt FlakeHub publishing.

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

Comment thread .github/workflows/release.yml
@sc2ben sc2ben enabled auto-merge (squash) June 6, 2026 16:15
@sc2ben sc2ben merged commit 853c9ed into main Jun 6, 2026
5 checks passed
@sc2ben sc2ben deleted the fix/disable-flakehub-autopublish branch June 6, 2026 16:19
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.

flakehub-publish: include-output-paths fails on multi-system matrix

3 participants