mirror of
https://github.com/julia-actions/cache.git
synced 2026-02-12 09:26:53 +08:00
Fix typo in cache-name note (#130)
* Fix typo in `cache-name` note * Update README.md * Update README.md Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com> --------- Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user