Skip to content

Commit bab32f4

Browse files
AlexMikhalevclaude
andcommitted
fix(npm): update runner labels to match available runner
Change from [self-hosted, Linux, terraphim, production, docker] to [self-hosted, Linux, X64] to match terraphim-ai-runner labels. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 24df268 commit bab32f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ jobs:
317317

318318
publish:
319319
name: Publish to npm
320-
runs-on: [self-hosted, Linux, terraphim, production, docker]
320+
runs-on: [self-hosted, Linux, X64]
321321
needs: [test-universal, test-macos]
322322
environment: production
323323
steps:

0 commit comments

Comments
 (0)