Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
antonsviridov-src committed Nov 11, 2024
1 parent c9af841 commit ad56d0a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/community-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,19 @@ on:
workflow_dispatch:
inputs:
scipJavaVersion:
description: 'Version of bindgen to run (if empty, main branch will be republished)'
description: 'Version of scip-java to run (if empty, main branch will be republished)'
required: false
default: ''
type: string
runGroup:
description: 'Which set of repos to run (quick runs a small number of small repos, full runs all)'
required: false
default: quick
type: choice
options:
- quick
- full


jobs:
build_from_source:
Expand Down Expand Up @@ -50,12 +59,16 @@ jobs:
include:
- repo: spring-projects/spring-data-relational
jdk: 17
group: quick

- repo: spring-projects/spring-framework
jdk: 17
group: full

- repo: spring-projects/spring-boot
jdk: 17
group: full
if: inputs.runGroup == matrix.group
steps:
- name: Download binaries
uses: actions/download-artifact@v4
Expand Down

0 comments on commit ad56d0a

Please sign in to comment.