Skip to content

ci: updated github workflows #33

ci: updated github workflows

ci: updated github workflows #33

---
name: clean-workflow-runs
# yamllint disable-line rule:truthy
on:
push:
pull_request:
workflow_dispatch:
jobs:
delete_runs:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Delete workflow runs
uses: dmvict/[email protected]
with:
save_period: 5
save_min_runs_number: 1