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