We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e5886 commit f596f52Copy full SHA for f596f52
.github/workflows/cleanup.yml
@@ -6,11 +6,6 @@ on:
6
- cron: '0 0 * * *'
7
workflow_dispatch:
8
inputs:
9
- retain-days:
10
- description: 'Number of days to retain workflow runs'
11
- required: false
12
- type: number
13
- default: 2
14
minimum-runs:
15
description: 'Minimum number of recent workflow runs to retain'
16
required: false
@@ -30,5 +25,5 @@ jobs:
30
25
with:
31
26
token: ${{ github.token }}
32
27
repository: ${{ github.repository }}
33
- keep_minimum_runs: ${{ github.event.inputs.minimum-runs || 2 }}
28
+ keep_minimum_runs: ${{ github.event.inputs.minimum-runs || 5 }}
34
29
check_pullrequest_exist: true
0 commit comments