ci: eliminate remote-cache download round-trips on the self-hosted runner (DT-KV-018)

See DT-KV-018 in kv-meta (PR #19) for the measured evidence.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
pull/7/head
Vernon Keenan 2026-07-14 23:51:11 +00:00
parent f26fd154b3
commit 2fadfe94a7
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ jobs:
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
with:
go-version: stable
# DT-KV-018: remote actions-cache round-trip (~287MB) vs the
# persistent runner-local GOMODCACHE — disable, don't fetch it.
cache: false
- name: go build ./...
run: go build ./...