Skip to content

Cleanup

Cleanup #38

Workflow file for this run

name: Cleanup
on:
schedule:
- cron: "0 0 * * 0" # Sunday
jobs:
clean:
runs-on: ubuntu-latest
steps:
- name: Delete workflow runs
uses: Mattraks/[email protected]
with:
retain_days: 7
keep_minimum_runs: 6