diff --git a/.github/workflows/clean_workflow_runs.yml b/.github/workflows/clean_workflow_runs.yml index be68548ed..03569398f 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: 0 + clear-cache: runs-on: ubuntu-latest