chore(ci): point workflows at RUNS_ON_OPENSUSE_DEV_LATEST #83
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/ci-runner-var-opensuse-dev"
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?
The runner label variable was renamed, so every
runs-onin.forgejo/workflows/moves fromvars.RUNS_ON_OPENSUSE_BASE_LATESTtovars.RUNS_ON_OPENSUSE_DEV_LATEST. All five workflows are covered (check,create-release,build-binary,build-binary-windows,build-binary-static), one job each, and no otherruns-onsite or doc reference to the old name exists in this repo.The
commonsubmodule's reusablecheck.ymlstill names the old variable, but it lives inpsa-systems/commonand forgejo-cli does not call it (this repo ships its own standalonecheck.yml), so nothing here regresses; that copy needs its own change in the common repo.Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com