1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2024-10-17 14:44:42 +02:00

Merge pull request #11 from MatthieuBizien/patch-1

Fix Cache Limits section of the README.md
This commit is contained in:
Tachibana waita 2023-06-07 15:11:45 +09:00 committed by GitHub
commit a0cd727d86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,7 +174,9 @@ See [Using contexts to create cache keys](https://help.github.com/en/actions/con
## Cache Limits ## Cache Limits
A repository can have up to 10GB of caches. Once the 10GB limit is reached, older caches will be evicted based on when the cache was last accessed. Caches that are not accessed within the last week will also be evicted. Actions-cache-s3 don't have any limits in terms of size or age of the cache.
Eviction may be handled separately, for example using [S3 Lifecycle](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html).
## Skipping steps based on cache-hit ## Skipping steps based on cache-hit