We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb2569 commit ddb1f21Copy full SHA for ddb1f21
.github/workflows/clear-cache.yml
@@ -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