From 3190fc83dbc582bbf8ccc2b5364f04864818d842 Mon Sep 17 00:00:00 2001 From: Rik Huijzer Date: Tue, 21 May 2024 17:06:50 +0200 Subject: [PATCH] Fix typo in `cache-name` note (#130) * Fix typo in `cache-name` note * Update README.md * Update README.md Co-authored-by: Ian Butterworth --------- Co-authored-by: Ian Butterworth --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec8e018..0ed00a0 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,8 @@ The cache key that the cache will be saved as is based on: - The run attempt number > [!NOTE] -> If in your workflow if you do not use a matrix for concurrency you should make `cache-name` such that it is unique for -> concurrent jobs, otherwise caching may not be effective. +> If there is job concurrency that is not fully defined by a matrix you should ensure that `cache-name` is +> unique for each concurrent job, otherwise caching may not be effective. ### Cache Retention