Skip to content

Commit

Permalink
action;
Browse files Browse the repository at this point in the history
  • Loading branch information
RealChuan committed Nov 24, 2023
1 parent 456f9f6 commit b97409e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delete_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
days:
description: 'Days-worth of runs to keep for each workflow'
required: true
default: '30000'
default: '30'
minimum_runs:
description: 'Minimum runs to keep for each workflow'
required: true
Expand All @@ -27,7 +27,7 @@ on:
delete_run_by_conclusion_pattern:
description: 'Remove runs based on conclusion: action_required, cancelled, failure, skipped, success'
required: true
default: "ALL"
default: "failure"
type: choice
options:
- "ALL"
Expand Down

0 comments on commit b97409e

Please sign in to comment.