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 955cd62 commit 9e265fcCopy full SHA for 9e265fc
.github/workflows/workflow-cleanup.yml
@@ -12,11 +12,11 @@ on:
12
workflow-ttl:
13
description: "How many days to keep a successful workflow (default: 30)"
14
required: false
15
- default: "30"
+ default: "60"
16
failed-workflow-ttl:
17
description: "How many days to keep failed workflows (default: 15)"
18
19
- default: "15"
20
schedule:
21
## Run every day at 00:00:00
22
- cron: "0 0 * * *"
0 commit comments