From d45aa68ae8d6e05d07b69f2d39ce6e6d34fc7613 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Mon, 2 Mar 2026 20:34:10 -0800 Subject: [PATCH] CI: disable flaky sticky disk mount for Windows pnpm setup --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5614c5cc39e..a30087d6ec9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -412,7 +412,9 @@ jobs: with: pnpm-version: "10.23.0" cache-key-suffix: "node22" - use-sticky-disk: "true" + # Sticky disk mount currently retries/fails on every shard and adds ~50s + # before install while still yielding zero pnpm store reuse. + use-sticky-disk: "false" use-restore-keys: "false" use-actions-cache: "false"