mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-06 03:55:52 +00:00
PR comments
This commit is contained in:
parent
53812f9a6a
commit
36aa59375f
1 changed files with 2 additions and 2 deletions
|
@ -238,7 +238,7 @@ This workflow uses `gh-actions-cache` to delete all the caches created by a bran
|
|||
<summary>Example</summary>
|
||||
|
||||
```yaml
|
||||
name: cleanup-caches
|
||||
name: cleanup caches for a branch
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
|
@ -246,7 +246,7 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
release:
|
||||
cleanup:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
|
|
Loading…
Reference in a new issue