From 6a4aada4bfd8161c1a1e8cfe55221934b185c708 Mon Sep 17 00:00:00 2001 From: Sienna Meridian Satterwhite Date: Thu, 9 Apr 2026 19:40:38 +0100 Subject: [PATCH] fix(workflows.yaml): set shared volume to 15Gi --- workflows.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows.yaml b/workflows.yaml index 3b27267..02fc56f 100644 --- a/workflows.yaml +++ b/workflows.yaml @@ -737,7 +737,7 @@ workflows: # to fit a full `target/` build + sccache copy with headroom. shared_volume: mount_path: /workspace - size: 30Gi + size: 15Gi inputs: repo_url: string commit_sha: string