mirror of https://github.com/actions/cache.git
Compare commits
2 Commits
0d8f9b6939
...
1ac20d0784
Author | SHA1 | Date |
---|---|---|
Mogyuchi | 1ac20d0784 | |
Mogyuchi | 2094592b9a |
|
@ -46,7 +46,7 @@ This workflow uses `gh-actions-cache` to delete all the caches created by a bran
|
||||||
```yaml
|
```yaml
|
||||||
name: cleanup caches by a branch
|
name: cleanup caches by a branch
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types:
|
types:
|
||||||
- closed
|
- closed
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
Loading…
Reference in New Issue