Skip to content

Commit 9c5f2a0

Browse files
ravwojdylaclaude
andcommitted
status-page: point Datakit ferry mapping at renamed workflow
Smoke→Canary tier-1 rename moved the workflow file but FERRY_WORKFLOWS still pointed at the old filename, so the GitHub Actions API lookup returned no run history and the Ferry panel showed empty/error state for Datakit. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5771f8c commit 9c5f2a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/status-page/server/sources/githubActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { githubAuthHeaders, REPO } from "./github.js";
1212
export const FERRY_WORKFLOWS = [
1313
{ name: "Canary ferry", file: "marin-canary-ferry.yaml" },
1414
{ name: "CW ferry", file: "marin-canary-ferry-coreweave.yaml" },
15-
{ name: "Datakit ferry", file: "marin-smoke-datakit.yaml" },
15+
{ name: "Datakit ferry", file: "marin-canary-datakit-tier1.yaml" },
1616
] as const;
1717

1818
export type WorkflowConfig = (typeof FERRY_WORKFLOWS)[number];

0 commit comments

Comments
 (0)