Skip to content

Commit 2ee7e88

Browse files
committed
Change last 30 to last 300 packages
1 parent 3a7c564 commit 2ee7e88

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/remove-old-artifacts.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
age: '11 months'
1818
skip-tags: true
19-
skip-recent: 10
19+
skip-recent: 300
2020

2121
remove-old-artifacts-2:
2222
if: github.repository_owner == 'graphhopper'
@@ -30,21 +30,21 @@ jobs:
3030
with:
3131
package-name: matrix
3232
package-type: maven
33-
min-versions-to-keep: 30
33+
min-versions-to-keep: 300
3434

3535
- name: Remove old artifacts 2.2
3636
uses: actions/[email protected]
3737
with:
3838
package-name: com.graphhopper.graphhopper-matrix
3939
package-type: maven
40-
min-versions-to-keep: 30
40+
min-versions-to-keep: 300
4141

4242
- name: Remove old artifacts 2.3
4343
uses: actions/[email protected]
4444
with:
4545
package-name: graphhopper-matrix
4646
package-type: maven
47-
min-versions-to-keep: 30
47+
min-versions-to-keep: 300
4848

4949
remove-old-artifacts-3:
5050
if: github.repository_owner == 'graphhopper'
@@ -61,4 +61,4 @@ jobs:
6161
com.graphhopper.graphhopper-matrix
6262
graphhopper-matrix
6363
type: maven
64-
keep: 30
64+
keep: 300

0 commit comments

Comments
 (0)