actions-marketplace-validations/Delete old workflow runs
Delete workflow runs that match the given filters
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 24, 2024
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/majorscruffy_delete-old-workflow-runs@785eff4da3ca3e05cd9fedcd797c31373d0b6d0d # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The repository for which to delete workflow runs. | yes | — |
| workflow | The path to the workflow's .yml file. | no | — |
| older-than-seconds | Consider only the workflows older than the given number of seconds. | no | — |
| created-before | Consider only the workflows created before this date for deletion. | no | — |
| actor | Returns someone's workflow runs. Use the login for the user who created the push associated with the check suite or workflow run. | no | — |
| branch | Returns workflow runs associated with a branch. Use the name of the branch of the push. | no | — |
| event | Returns workflow run triggered by the event you specify. For example, push, pull_request or issue. | no | — |
| status | Returns workflow runs with the given status. Can be one of queued, in_progress, or completed. | no | — |
| what-if | Set to true to preview the changes made by this action without deleting any workflow runs. | no | false |
Outputs
no outputs