4
0
Fork 0
mirror of https://github.com/actions/cache.git synced 2025-11-07 18:46:56 +00:00
This commit is contained in:
Mogyuchi 2025-10-14 00:09:51 +05:30 committed by GitHub
commit 8184a919ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@ Caches have [branch scope restriction](https://docs.github.com/en/actions/using-
```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: