The ci-runner cache backend is unreachable — actions/cache restore/save time out (getCacheEntry failed: Request timeout: /_apis/artifactcache/cache). With no reachable backend, each cache op just blocks ~20s before failing, so these steps add latency to every run for zero benefit.
Removing the two actions/cache steps (and the now-unused top-level OPENCODE_VERSION env). The harmless "skip opencode re-download if the pinned binary is already present" logic in install-opencode.sh stays — it helps on a persistent runner and never blocks.
Re-add caching once the runners act_runner cache server (cache.host` in its config.yaml) is reachable from job containers.
The `ci-runner` cache backend is unreachable — `actions/cache` restore/save time out (`getCacheEntry failed: Request timeout: /_apis/artifactcache/cache`). With no reachable backend, each cache op just blocks ~20s before failing, so these steps *add* latency to every run for zero benefit.
Removing the two `actions/cache` steps (and the now-unused top-level `OPENCODE_VERSION` env). The harmless "skip opencode re-download if the pinned binary is already present" logic in `install-opencode.sh` stays — it helps on a persistent runner and never blocks.
Re-add caching once the runner`s `act_runner` cache server (`cache.host` in its config.yaml) is reachable from job containers.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The
ci-runnercache backend is unreachable —actions/cacherestore/save time out (getCacheEntry failed: Request timeout: /_apis/artifactcache/cache). With no reachable backend, each cache op just blocks ~20s before failing, so these steps add latency to every run for zero benefit.Removing the two
actions/cachesteps (and the now-unused top-levelOPENCODE_VERSIONenv). The harmless "skip opencode re-download if the pinned binary is already present" logic ininstall-opencode.shstays — it helps on a persistent runner and never blocks.Re-add caching once the runner
sact_runnercache server (cache.host` in its config.yaml) is reachable from job containers.