You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+62Lines changed: 62 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -316,6 +316,68 @@ steps:
316
316
317
317
> **Note**: If caching fails, the action logs a warning but continues execution without interrupting your workflow.
318
318
319
+
**Restore-Only Cache**
320
+
321
+
```yaml
322
+
# 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
0 commit comments