Merge pull request #7 from vernonkeenan/ci/runner-local-caches

ci: eliminate remote-cache download round-trips on the self-hosted runner (DT-KV-018)
feat/shared-portal-members-client
Vernon Keenan 2026-07-14 17:12:31 -07:00 committed by GitHub
commit 3818d47e5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ jobs:
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0 - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
with: with:
go-version: stable 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 ./... - name: go build ./...
run: go build ./... run: go build ./...