Register Namespace runners with exact labels
Some checks are pending
Build Rust / Cargo Test (push) Waiting to run
Build Site / Next.js Build (push) Waiting to run

This commit is contained in:
Conrad Kramer 2026-03-18 23:20:24 -07:00
parent 9b642aa5b7
commit 17112e4e48
2 changed files with 2 additions and 10 deletions

View file

@ -656,9 +656,7 @@ for label in ${FORGEJO_RUNNER_LABELS//,/ } ; do
fi
case "${label}" in
*:*) resolved="${label}" ;;
*)
resolved="${label}:host"
;;
*) resolved="${label}" ;;
esac
echo " - ${resolved}" >> runner.yaml
if [ -z "${resolved_labels}" ]; then