From 8b78900b7055274ad5e00c187f8971f13f34c066 Mon Sep 17 00:00:00 2001 From: martinjms Date: Sat, 2 May 2026 08:58:41 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20disable=20claude-code-action=20workflo?= =?UTF-8?q?w=20=E2=80=94=20local=20daemon=20handles=20dispatch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/claude-issue.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/claude-issue.yml diff --git a/.github/workflows/claude-issue.yml b/.github/workflows/claude-issue.yml new file mode 100644 index 0000000..cfc1fc7 --- /dev/null +++ b/.github/workflows/claude-issue.yml @@ -0,0 +1,12 @@ +name: Claude on labeled issue +# DISABLED: Local daemon handles worker dispatch. CI would burn Claude Code API quota. +# Keeping the workflow definition for reference only. +on: + workflow_dispatch: + +jobs: + claude: + if: false + runs-on: ubuntu-latest + steps: + - run: echo "Worker CI disabled — local daemon handles this."