From dc643b4369ac62b61cb78517bec6e0378bb065ea Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 6 Aug 2026 22:41:30 +0000 Subject: [PATCH] ci: allow manual test.yml runs via workflow_dispatch Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01NohXi78cwsAKtN1sCfxjUh --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 062e85b5..ecc49eb0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,6 +4,9 @@ on: pull_request: push: branches: [main] + # Manual runs against any branch — useful when a PR's automatic run + # needs a re-run or didn't get created. + workflow_dispatch: # Both jobs only check out the repo and run pytest. permissions: