Skip to content

Delete old workflow runs #259

Delete old workflow runs

Delete old workflow runs #259

Workflow file for this run

name: Delete old workflow runs
on:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
jobs:
workflow-cleanup:
uses: vladdoster/.github/.github/workflows/cleanup.yml@master
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}