From 72bd746e635fac3472dd8043b45ca7857480182a Mon Sep 17 00:00:00 2001 From: Ivan Murzak Date: Sun, 19 Jul 2026 11:51:15 -0700 Subject: [PATCH 1/2] ci: add workflow_dispatch to release.yml (manual escape hatch) From 92b55aee5f75b27198971be32fcc0e1a0e5ec6a9 Mon Sep 17 00:00:00 2001 From: Ivan Murzak Date: Sun, 19 Jul 2026 11:52:15 -0700 Subject: [PATCH 2/2] ci: add workflow_dispatch to release.yml (manual escape hatch) --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e12c0784f..157731553 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,10 @@ on: push: branches: - main + # Manual escape hatch: a merge to `main` does not ALWAYS create the push + # event (observed 2026-07-19 across several repos - merge landed, zero runs). + # Without this, a release that misses its push event cannot be cut at all. + workflow_dispatch: jobs: test-cli: