Răsfoiți Sursa

add cache-clear workflow

Yuki Takei 3 ani în urmă
părinte
comite
bcc4530a55
1 a modificat fișierele cu 9 adăugiri și 0 ștergeri
  1. 9 0
      .github/workflows/cache-clear.yml

+ 9 - 0
.github/workflows/cache-clear.yml

@@ -0,0 +1,9 @@
+name: Cache Clear
+
+on: workflow_dispatch
+
+jobs:
+  clear:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: snnaplab/delete-branch-cache-action@v1