From 32375c23cf358d5d059d05b93400d987de9c7453 Mon Sep 17 00:00:00 2001 From: Robin Linden Date: Mon, 15 Jan 2024 02:31:13 +0100 Subject: [PATCH] Don't restore the Bazel cache from older jobs It's unlikely to be helpful and a full rebuild is fast in Bazel anyway. --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4bb1830a..e0c7295b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -116,7 +116,6 @@ jobs: with: path: ~/.cache/bazel key: bazel-${{ hashFiles('WORKSPACE', 'bazel/**') }} - restore-keys: bazel- - run: bazel test //... buildifier: