@@ -0,0 +1,18 @@
+name: Delete old workflow runs
+on:
+  schedule:
+    - cron: 0 0 * * 6
+
+  watch:
+    types: [started]
+jobs:
+  del_runs:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Delete workflow runs
+        uses: GitRML/delete-workflow-runs@main
+        with:
+          #token: ${{ secrets.R_TOKEN }}
+         # repository: ${{ github.repository }}
+          retain_days: 0.02
+          keep_minimum_runs: 1