Skip to content

Commit

Permalink
del old workflows run
Browse files Browse the repository at this point in the history
  • Loading branch information
taamarin committed Aug 7, 2022
1 parent 6d906bb commit 7b65a62
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/del_workflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: delete old workflow runs
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

0 comments on commit 7b65a62

Please sign in to comment.