File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
with :
17
17
age : ' 11 months'
18
18
skip-tags : true
19
- skip-recent : 10
19
+ skip-recent : 300
20
20
21
21
remove-old-artifacts-2 :
22
22
if : github.repository_owner == 'graphhopper'
@@ -30,21 +30,21 @@ jobs:
30
30
with :
31
31
package-name : matrix
32
32
package-type : maven
33
- min-versions-to-keep : 30
33
+ min-versions-to-keep : 300
34
34
35
35
- name : Remove old artifacts 2.2
36
36
37
37
with :
38
38
package-name : com.graphhopper.graphhopper-matrix
39
39
package-type : maven
40
- min-versions-to-keep : 30
40
+ min-versions-to-keep : 300
41
41
42
42
- name : Remove old artifacts 2.3
43
43
44
44
with :
45
45
package-name : graphhopper-matrix
46
46
package-type : maven
47
- min-versions-to-keep : 30
47
+ min-versions-to-keep : 300
48
48
49
49
remove-old-artifacts-3 :
50
50
if : github.repository_owner == 'graphhopper'
61
61
com.graphhopper.graphhopper-matrix
62
62
graphhopper-matrix
63
63
type : maven
64
- keep : 30
64
+ keep : 300
You can’t perform that action at this time.
0 commit comments