File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 7
7
workflow_dispatch :
8
8
inputs :
9
9
scipJavaVersion :
10
- description : ' Version of bindgen to run (if empty, main branch will be republished)'
10
+ description : ' Version of scip-java to run (if empty, main branch will be republished)'
11
11
required : false
12
12
default : ' '
13
13
type : string
14
+ runGroup :
15
+ description : ' Which set of repos to run (quick runs a small number of small repos, full runs all)'
16
+ required : false
17
+ default : quick
18
+ type : choice
19
+ options :
20
+ - quick
21
+ - full
22
+
14
23
15
24
jobs :
16
25
build_from_source :
@@ -50,12 +59,16 @@ jobs:
50
59
include :
51
60
- repo : spring-projects/spring-data-relational
52
61
jdk : 17
62
+ group : quick
53
63
54
64
- repo : spring-projects/spring-framework
55
65
jdk : 17
66
+ group : full
56
67
57
68
- repo : spring-projects/spring-boot
58
69
jdk : 17
70
+ group : full
71
+ if : inputs.runGroup == matrix.group
59
72
steps :
60
73
- name : Download binaries
61
74
uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments