mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-06 12:05:53 +00:00
minor
This commit is contained in:
parent
e1165c0dec
commit
b65f98495c
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ jobs:
|
|||
</details>
|
||||
|
||||
## Deleting caches
|
||||
We can not re-use caches from pull request branches in other branches like main, such caches can eat up the storage quota and hence causing thrashing on more useful branches like main. In order to resolve this issue, we should use [gh-actions-cache cli](https://github.com/actions/gh-actions-cache/) to delete caches. This workflow uses gh-actions-cache to delete all the cache created by pull requests.
|
||||
We can not re-use caches from pull request branches in other branches like main, such caches can eat up the storage quota and hence causing thrashing on more useful branches like main. In order to resolve this issue, we can use [gh-actions-cache cli](https://github.com/actions/gh-actions-cache/) to delete caches. This workflow uses `gh-actions-cache` to delete all the caches created by all the pull requests.
|
||||
|
||||
```
|
||||
name: cleanup-caches
|
||||
|
|
Loading…
Reference in a new issue