a0620060f134d4e2a669ac18f2b5fa3d0096c320
[geeqie.git] / .github / workflows / delete-workflow-runs.yml
1 name: Delete workflow runs
2 on:
3   schedule:
4     - cron: '0 0 * * *'
5 # Run daily, at 00:00.
6
7 jobs:
8   Delete-Workflow-Runs:
9     runs-on: ubuntu-latest
10     permissions:
11       actions: write
12     steps:
13       - name: Delete workflow runs
14         uses: Mattraks/delete-workflow-runs@v2
15         with:
16           token: ${{ github.token }}
17           repository: ${{ github.repository }}
18           retain_days: 10
19           keep_minimum_runs: 6