Skip to content

Run cleanup tasks

Run cleanup tasks #138

Workflow file for this run

name: Run cleanup tasks
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
delete_runs:
permissions:
actions: write
runs-on: ubuntu-latest
steps:
- name: Delete workflow runs
uses: dmvict/[email protected]
with:
save_min_runs_number: 0