From 67e36d2ee79d20f8894f65545e0918212f586203 Mon Sep 17 00:00:00 2001 From: jan iversen Date: Sat, 7 Oct 2023 12:22:32 +0200 Subject: [PATCH] Clean except last 7 days. --- .github/workflows/clean_workflow_runs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/clean_workflow_runs.yml b/.github/workflows/clean_workflow_runs.yml index be68548ed3..6783ef8197 100644 --- a/.github/workflows/clean_workflow_runs.yml +++ b/.github/workflows/clean_workflow_runs.yml @@ -14,6 +14,9 @@ jobs: with: token: ${{ github.token }} repository: ${{ github.repository }} + retain_days: 7 + keep_minimum_runs: 4 + clear-cache: runs-on: ubuntu-latest