ci: record the runner-label reason on create-release #26
Loading…
Reference in a new issue
No description provided.
Delete branch "ci/DUNITE-6-annotate-runner-labels"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
.forgejo/workflows/check.ymlalready requests the dev runner image with a comment saying why (it compiles the workspace and needs the C toolchain). The remainingruns-onin the repo,create-release.yml:22, sat on the base label with no reason recorded, so the choice could only be inferred from reading the job's steps. Annotate it: the job runs git and a nuhttp post, never a compiler, so base is correct.Extend the CLAUDE.md runner-selection paragraph to state the rule the sweep now satisfies: every
runs-oncarries a one-line comment naming which image it wants and why.#DUNITE-6