Skip to content

Commit ddb1f21

Browse files
committed
add clear cache workflow
1 parent efb2569 commit ddb1f21

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/clear-cache.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Clear all GHA caches
2+
on:
3+
workflow_dispatch:
4+
5+
jobs:
6+
clear-caches:
7+
name: Delete all caches
8+
runs-on: ubuntu-20.04
9+
steps:
10+
- name: Clear caches
11+
uses: easimon/wipe-cache@v2

0 commit comments

Comments
 (0)