From 34431ccdfd38e3b24daf31166ba34ea423391548 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Tue, 21 Oct 2025 16:19:58 +0530 Subject: [PATCH] update --- docs/advanced-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index 2cfff3b6..1154d27d 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -303,7 +303,7 @@ steps: **Restore-Only Cache** ```yaml -## reduce cache writes and storage usage in workflows that only need to read from cache +## In some workflows, you may want to restore a cache without saving it. This can help reduce cache writes and storage usage in workflows that only need to read from cache jobs: build: runs-on: ubuntu-latest