From 5d3c4042ecc1660d7210f3fd988659b16515da1c Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Wed, 11 Jan 2023 10:06:52 +0530 Subject: [PATCH] Update CACHING.md Co-authored-by: Bishal Prasad --- CACHING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CACHING.md b/CACHING.md index bbc75d3..304c279 100644 --- a/CACHING.md +++ b/CACHING.md @@ -70,7 +70,6 @@ Caches scoped to the particular workflow run id or run attempt can be stored and key: cache-${{ github.run_id }}-${{ github.run_attempt }} ``` -### Limiting cache for a particular commit For very short term or isolated use cases, where cache is supposed to be short lived, commit sha can be used.