dmvict/Clean workflow runs

Flexible and configurable action for removing completed workflow runs.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenA personal access token.no${{ github.token }}
repoA repository from which delete workflow runs. Default is the current repository.no${{ github.repository }}
workflow_idA filename of workflow or its id. By default, the action grabs all workflows.no
branchA branch from which delete workflow runs. By default, the action grabs all branches.no
run_conclusionsFilter for workflow runs conclusion. Accepts all available conclusions.no
save_periodDetermines period during which the workflow runs will be saved.no90
save_min_runs_numberA minimal number of completed runs which will be saved.no10
dryEnables dry run of action. Action will print the list of workflow runs to delete.nofalse

no outputs