fix(ci): runs-on self-hosted to match koala runner labels
All checks were successful
release / tag (push) Successful in 1s

The koala act_runner has labels [self-hosted, linux, amd64]. The
default ubuntu-latest label doesn't match, so the release workflow
silently produced zero runs on every push. Matches the convention
used by hyperguild + infra workflows.

Runner is offline at time of this commit — bring it up on koala via
the act_runner systemd unit before expecting tags to appear.

[skip-release]
This commit is contained in:
Mathias
2026-05-24 20:52:26 +02:00
parent b1ff71a7fd
commit 5a2bef35c1

View File

@@ -17,7 +17,7 @@ on:
jobs:
tag:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: checkout
uses: actions/checkout@v4