summaryrefslogtreecommitdiff
path: root/.github/workflows/cleanup.yml
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-03-17 03:05:12 +0100
committerMitya Selivanov <automainint@guattari.tech>2023-03-17 03:05:12 +0100
commited0aa99d03e2b84b07397da04a3c5dab954c6632 (patch)
treef6df2a3ae705aab09f4030d3ecd19133ee78b063 /.github/workflows/cleanup.yml
parente80cc7f51164bc8efe3a8c445815f52ff7842618 (diff)
downloadkit-ed0aa99d03e2b84b07397da04a3c5dab954c6632.zip
Remove cleanup workflow
Diffstat (limited to '.github/workflows/cleanup.yml')
-rw-r--r--.github/workflows/cleanup.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml
deleted file mode 100644
index 74e8d4a..0000000
--- a/.github/workflows/cleanup.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-name: Cleanup
-
-on:
- schedule:
- - cron: '0 0 */16 * *'
- workflow_dispatch:
-
-jobs:
- delete_runs:
- permissions:
- actions: write
- runs-on: ubuntu-latest
-
- steps:
- - name: Delete workflow runs
- uses: Mattraks/delete-workflow-runs@main
- with:
- token: ${{ secrets.GITHUB_TOKEN }}
- repository: ${{ github.repository }}
- retain_days: 30
- keep_minimum_runs: 4