Skip to content

remove-outdated-github-workflow-runs #57

remove-outdated-github-workflow-runs

remove-outdated-github-workflow-runs #57

name: remove-outdated-github-workflow-runs
on:
schedule:
- cron: '0 6 * * SUN'
workflow_dispatch:
jobs:
remove-all-runs:
runs-on: [ 'ubuntu-24.04' ]
permissions:
actions: write
contents: write
steps:
- name: Remove all workflows runs
uses: Mattraks/[email protected]
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
retain_days: 30
keep_minimum_runs: 0