Skip to content

Commit ad56d0a

Browse files
WIP
1 parent c9af841 commit ad56d0a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/community-build.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,19 @@ on:
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

1524
jobs:
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

0 commit comments

Comments
 (0)