Skip to content

Delete old build attempts #6

Delete old build attempts

Delete old build attempts #6

Workflow file for this run

name: Delete old build attempts
on:
workflow_dispatch
jobs:
del_runs:
runs-on: ubuntu-latest
steps:
- name: Delete workflow runs
uses: Mattraks/delete-workflow-runs@v2
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
retain_days: 0
keep_minimum_runs: 0