From 2fadfe94a78f967690ac232d8de9a9831bcdff87 Mon Sep 17 00:00:00 2001 From: Vernon Keenan Date: Tue, 14 Jul 2026 23:51:11 +0000 Subject: [PATCH] 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 --- .github/workflows/push.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 1bbcf4a..400a9df 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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 ./...