Reduce the availability of old pipeline binaries artifacts
This commit is contained in:
parent
e6846de0fa
commit
b828650cc5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/remove-old-artifacts.yml
vendored
2
.github/workflows/remove-old-artifacts.yml
vendored
|
|
@ -14,5 +14,5 @@ jobs:
|
||||||
- name: Remove old artifacts
|
- name: Remove old artifacts
|
||||||
uses: c-hive/gha-remove-artifacts@v1
|
uses: c-hive/gha-remove-artifacts@v1
|
||||||
with:
|
with:
|
||||||
age: '7 days'
|
age: '5 days'
|
||||||
skip-tags: false
|
skip-tags: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue