Use shared ubuntu-latest runner label for publish workflow #3
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/workflow-runner-label"
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?
Summary
runs-on: docker→runs-on: ubuntu-latestso it matches the runner label already registered on this Forgejo instance (used by the troed/computer project). A runner only picks up jobs whoseruns-onmatches one of its configured labels, which is why run #3453 for thev0.1.0tag stayed stuck in "waiting".ubuntu-latestlabel (and thatdockeris gone) to prevent regressions.Test Plan
npx jest— 15 suites / 94 tests passinggit tag v0.1.0 && git push origin v0.1.0(or re-tag) and confirm the workflow completes and the npm package appears at https://git.sync.wtf/troed/-/packages/npm/peertube-plugin-peeryou