Skip to content

Commit

Permalink
refactor: remove comments and change workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
SoCuul authored Apr 20, 2024
1 parent 766662a commit 4eebdc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/delete-workflow-runs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
days:
description: 'Days-worth of runs to keep for each workflow'
required: true
default: '7' # default value is "30"
default: '7'
minimum_runs:
description: 'Minimum runs to keep for each workflow'
required: true
default: '5' # default value is "6"
default: '5'
delete_workflow_pattern:
description: 'Name or filename of the workflow (if not set, all workflows are targeted)'
required: false
default: 'Build and Release BHInsta' # default value is ""
default: 'Build and Package BHInsta'
delete_workflow_by_state_pattern:
description: 'Filter workflows by state: active, deleted, disabled_fork, disabled_inactivity, disabled_manually'
required: true
Expand Down

0 comments on commit 4eebdc6

Please sign in to comment.