ci(deploy): correct deploy runner label to uom-deploy-runner #64

Merged
whitlocktech merged 1 commits from ci/fix-deploy-runner-label into main 2026-07-17 10:52:02 +00:00
Member

Problem

The deploy job added in #63 targets a runner labelled uom_deploy, but the actual self-hosted runner on the production host is labelled uom-deploy-runner. With no runner matching uom_deploy, the deploy job would sit queued forever after each build.

Fix

Update runs-on (and the two documentation comments) from uom_deployuom-deploy-runner. No other behavior changes.

-    runs-on: uom_deploy
+    runs-on: uom-deploy-runner

🤖 Generated with Claude Code

## Problem The `deploy` job added in #63 targets a runner labelled `uom_deploy`, but the actual self-hosted runner on the production host is labelled **`uom-deploy-runner`**. With no runner matching `uom_deploy`, the deploy job would sit queued forever after each build. ## Fix Update `runs-on` (and the two documentation comments) from `uom_deploy` → `uom-deploy-runner`. No other behavior changes. ```diff - runs-on: uom_deploy + runs-on: uom-deploy-runner ``` 🤖 Generated with [Claude Code](https://claude.com/claude-code)
wtclaude added 1 commit 2026-07-17 10:32:23 +00:00
ci(deploy): correct deploy runner label to uom-deploy-runner
All checks were successful
PR Checks / server-tests (pull_request) Successful in 9m29s
PR Checks / client-build (pull_request) Successful in 9m57s
PR Checks / bot-install (pull_request) Successful in 9m23s
0facdb2b2a
The deploy job referenced a runner labelled `uom_deploy`, which doesn't
match the actual self-hosted runner (`uom-deploy-runner`), so the job
would queue forever waiting for a runner that never picks it up. Update
the `runs-on` label (and the two doc comments) to the real label.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
whitlocktech approved these changes 2026-07-17 10:32:49 +00:00
whitlocktech scheduled this pull request to auto merge when all checks succeed 2026-07-17 10:32:55 +00:00
whitlocktech merged commit 3b333b1b49 into main 2026-07-17 10:52:02 +00:00
whitlocktech deleted branch ci/fix-deploy-runner-label 2026-07-17 10:52:02 +00:00
Sign in to join this conversation.
No description provided.