fix(release): CI wait polls the prod rung; escape the header tooltip apostrophe

get_latest_ci_conclusion defaults to the ladder's head rung, so
wait_for_ci searched slave for a release commit that lives on master
and timed out after 40 minutes with the run already green. The wait
now passes the prod branch explicitly. Also fixes the
react/no-unescaped-entities error that turned master's Panel CI red.
This commit is contained in:
Renn F
2026-07-16 06:59:22 +02:00
parent e590e64b86
commit 33cb4d7104
4 changed files with 41 additions and 3 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ export function Header() {
</div>
</TooltipTrigger>
<TooltipContent>
Signed in as the CEO the panel's single human operator
Signed in as the CEO the panel&apos;s single human operator
</TooltipContent>
</Tooltip>
</div>