Restore host executor labels for Namespace runners
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:39:23 -07:00
parent 17112e4e48
commit 28fd58b009
2 changed files with 2 additions and 2 deletions

View file

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

View file

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