mirror of
https://github.com/claude-did-this/claude-hub.git
synced 2026-02-14 19:30:02 +01:00
The workflow was using incorrect syntax that created a single string "self-hosted, linux, x64, docker" instead of an array of individual labels ["self-hosted", "linux", "x64", "docker"]. This caused jobs to queue indefinitely as GitHub couldn't find a runner with the combined label string. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>