Skip to content

Commit e04536e

Browse files
committed
Increase default retention period for workflow runs to 30 days
1 parent a456833 commit e04536e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/delete-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
days:
66
description: 'Days-worth of runs to keep for each workflow'
77
required: true
8-
default: '10'
8+
default: '30'
99
minimum_runs:
1010
description: 'Minimum runs to keep for each workflow'
1111
required: true

0 commit comments

Comments
 (0)