From f8db6f547e3dd068e4d4f87de292a10e23bb10f9 Mon Sep 17 00:00:00 2001 From: John Fawcett Date: Fri, 22 May 2026 15:37:09 -0500 Subject: [PATCH] ci(workers): add manual deploy choices --- .github/workflows/deploy-workers.yml | 32 ++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-workers.yml b/.github/workflows/deploy-workers.yml index a24e2dc86..fedfa9f2c 100644 --- a/.github/workflows/deploy-workers.yml +++ b/.github/workflows/deploy-workers.yml @@ -6,9 +6,37 @@ on: workflow_dispatch: inputs: worker: - description: 'Worker folder to deploy (e.g. services/app-builder)' + description: 'Worker to deploy' required: true - type: string + type: choice + options: + - services/ai-attribution + - services/app-builder + - services/auto-fix-infra + - services/auto-triage-infra + - services/cloud-agent + - services/cloud-agent-next + - services/code-review-infra + - services/db-proxy + - services/deploy-infra/builder + - services/deploy-infra/dispatcher + - services/event-service + - services/gastown + - services/git-token-service + - services/gmail-push + - services/images-mcp + - services/kilo-chat + - services/kilo-ops + - services/kiloclaw-billing + - services/kiloclaw-inbound-email + - services/model-eval-ingest + - services/notifications + - services/o11y + - services/security-auto-analysis + - services/security-sync + - services/session-ingest + - services/wasteland + - services/webhook-agent-ingest permissions: contents: read