From e45c4a84a23e7a4db7f18e3c1727d66e004aa67d Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Sat, 14 Feb 2026 04:04:23 +0000 Subject: [PATCH] remove dead preview API request forwarding (#309) the action now calls preview deployments directly via API_URL secret (set by preview-create.ts), making the production-side forwarding fallback unnecessary. also removes orphaned workflowRun.ts interface. Co-authored-by: Cursor --- utils/workflowRun.ts | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 utils/workflowRun.ts diff --git a/utils/workflowRun.ts b/utils/workflowRun.ts deleted file mode 100644 index d8fb096..0000000 --- a/utils/workflowRun.ts +++ /dev/null @@ -1,3 +0,0 @@ -export interface WorkflowRunInfo { - progressCommentId: string | null; -}