fix(workflows.yaml): set shared volume to 15Gi

This commit is contained in:
2026-04-09 19:40:38 +01:00
parent b51d34093f
commit 6a4aada4bf

View File

@@ -737,7 +737,7 @@ workflows:
# to fit a full `target/` build + sccache copy with headroom. # to fit a full `target/` build + sccache copy with headroom.
shared_volume: shared_volume:
mount_path: /workspace mount_path: /workspace
size: 30Gi size: 15Gi
inputs: inputs:
repo_url: string repo_url: string
commit_sha: string commit_sha: string