Skip to content

Commit cbd56d3

Browse files
authored
ci: disable go cache for build jobs to prevent disk space exhaustion (#23484)
Disables Go cache for the setup-go step to workaround depot runner disk space issues.
1 parent b23aed0 commit cbd56d3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,6 +1119,8 @@ jobs:
11191119

11201120
- name: Setup Go
11211121
uses: ./.github/actions/setup-go
1122+
with:
1123+
use-cache: false
11221124

11231125
- name: Install rcodesign
11241126
run: |

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ jobs:
163163

164164
- name: Setup Go
165165
uses: ./.github/actions/setup-go
166+
with:
167+
use-cache: false
166168

167169
- name: Setup Node
168170
uses: ./.github/actions/setup-node

0 commit comments

Comments
 (0)