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 77 workflow_dispatch :
88 inputs :
99 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)'
1111 required : false
1212 default : ' '
1313 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+
1423
1524jobs :
1625 build_from_source :
@@ -50,12 +59,16 @@ jobs:
5059 include :
5160 - repo : spring-projects/spring-data-relational
5261 jdk : 17
62+ group : quick
5363
5464 - repo : spring-projects/spring-framework
5565 jdk : 17
66+ group : full
5667
5768 - repo : spring-projects/spring-boot
5869 jdk : 17
70+ group : full
71+ if : inputs.runGroup == matrix.group
5972 steps :
6073 - name : Download binaries
6174 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments