iamazeem/delete-workflow-runs-action
GitHub Action to delete workflow runs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Token | no | ${{ github.token }} |
| include-disabled-workflows | Include disabled workflows | no | true |
| branch | Filter by branch | no | — |
| commit-sha | Filter by commit SHA | no | — |
| creation-date | Filter by creation date e.g. `2025-02-24T01:00:00Z` | no | — |
| event | Filter by event e.g. `pull_request` | no | — |
| status | Filter by status e.g. `cancelled` | no | — |
| username | Filter by username | no | — |
| workflow | Filter by workflow filename e.g. `ci.yml` | no | — |
| keep | Keep last workflow runs [min=0, max=10] | no | 0 |
Outputs
no outputs