diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 0219fa8b2..e32e85fe4 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -5,12 +5,12 @@ on: days: description: 'Retain days' required: true - type: number + type: string default: 30 minimum_runs: description: 'Minimum runs to keep for each workflow' required: true - type: number + type: string default: 0 delete_workflow_pattern: description: 'Name/filename of workflow. Default is all.'