actions-marketplace-validations/Delete old workflow runs

Delete workflow runs that match the given filters

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 24, 2024
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/majorscruffy_delete-old-workflow-runs@785eff4da3ca3e05cd9fedcd797c31373d0b6d0d # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
repositoryThe repository for which to delete workflow runs.yes
workflowThe path to the workflow's .yml file.no
older-than-secondsConsider only the workflows older than the given number of seconds.no
created-beforeConsider only the workflows created before this date for deletion.no
actorReturns someone's workflow runs. Use the login for the user who created the push associated with the check suite or workflow run.no
branchReturns workflow runs associated with a branch. Use the name of the branch of the push.no
eventReturns workflow run triggered by the event you specify. For example, push, pull_request or issue.no
statusReturns workflow runs with the given status. Can be one of queued, in_progress, or completed.no
what-ifSet to true to preview the changes made by this action without deleting any workflow runs.nofalse

no outputs