From d9a3fb762a60b339c30fc86e05291e150f59a974 Mon Sep 17 00:00:00 2001 From: TsunamiNoAi Date: Sat, 6 Jun 2026 12:10:21 -0400 Subject: [PATCH] fix: disable flakehub-publish on tag push pending fix for #65 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. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5a3aeb..8d02f3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,6 +96,7 @@ jobs: flakehub-publish: needs: release + if: github.event_name == 'workflow_dispatch' strategy: fail-fast: false matrix: