File tree Expand file tree Collapse file tree 1 file changed +46
-1
lines changed Expand file tree Collapse file tree 1 file changed +46
-1
lines changed Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Remove old artifacts
15
- uses : c-hive/gha-remove-artifacts@v1
15
+ uses : c-hive/gha-remove-artifacts@v1.3.0
16
16
with :
17
17
age : ' 11 months'
18
18
skip-tags : true
19
19
skip-recent : 10
20
+
21
+ remove-old-artifacts-2 :
22
+ if : github.repository_owner == 'graphhopper'
23
+ name : Remove old artifacts
24
+ runs-on : ubuntu-latest
25
+ timeout-minutes : 10 # stop the task if it takes longer
26
+
27
+ steps :
28
+ - name : Remove old artifacts 2.1
29
+
30
+ with :
31
+ package-name : matrix
32
+ package-type : maven
33
+ min-versions-to-keep : 30
34
+
35
+ - name : Remove old artifacts 2.2
36
+
37
+ with :
38
+ package-name : com.graphhopper.graphhopper-matrix
39
+ package-type : maven
40
+ min-versions-to-keep : 30
41
+
42
+ - name : Remove old artifacts 2.3
43
+
44
+ with :
45
+ package-name : graphhopper-matrix
46
+ package-type : maven
47
+ min-versions-to-keep : 30
48
+
49
+ remove-old-artifacts-3 :
50
+ if : github.repository_owner == 'graphhopper'
51
+ name : Remove old artifacts 3
52
+ runs-on : ubuntu-latest
53
+ timeout-minutes : 10 # stop the task if it takes longer
54
+
55
+ steps :
56
+ - name : Remove old artifacts 2.1
57
+
58
+ with :
59
+ names : |
60
+ matrix
61
+ com.graphhopper.graphhopper-matrix
62
+ graphhopper-matrix
63
+ type : maven
64
+ keep : 30
You can’t perform that action at this time.
0 commit comments