Skip to content

Delete workflow runs #1080

Delete workflow runs

Delete workflow runs #1080

Workflow file for this run

name: Delete workflow runs
on:
schedule:
- cron: "0 18 * * *"
permissions: write-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Delete workflow runs
uses: Mattraks/[email protected]
with:
retain_days: 7
keep_minimum_runs: 5