From cc849f5db646a9d40862f876a92395c598a97e12 Mon Sep 17 00:00:00 2001 From: jcant0n Date: Tue, 11 Aug 2026 17:57:10 +0200 Subject: [PATCH] Name this workflow Toolbox Updater, like the rest of the fleet The dashboard picks out agent runs by exact workflow name: AGENT_WORKFLOWS = {"CI Doctor", "Binding Updater", "Toolbox Updater"} agent_runs = [r for r in runs if r["name"] in AGENT_WORKFLOWS] so "Toolbox update" was never counted here. Nothing failed, the runs simply did not appear -- the same silent gap the comment next to Vuforia.NET in that file records. Every other repository in the fleet already uses Toolbox Updater; this spelling reached Cesium by being copied from Jolt. Past runs keep the name they were recorded with, so the dashboard picks this up from the next Monday on, not retroactively. --- .github/workflows/toolbox-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/toolbox-update.yml b/.github/workflows/toolbox-update.yml index 92624b6..8570c25 100644 --- a/.github/workflows/toolbox-update.yml +++ b/.github/workflows/toolbox-update.yml @@ -5,7 +5,7 @@ # something. Deliberately not an agent -- comparing two SHAs and running `gh aw add # --force` is entirely deterministic, and paying inference for it would be waste. -name: Toolbox update +name: Toolbox Updater on: schedule: