File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
workflow_dispatch :
8
8
inputs :
9
9
dependencies-list :
10
- description : ' Comma-separated list of dependencies to test (Format: dep1=1.0,dep2=2.0)'
10
+ description : ' Comma-separated list of dependencies to test (Format: dep1=1.0,dep2=2.0).
11
+ No input (default) will run the the upper-bound dependencies file.'
11
12
required : false
12
13
default : ' '
13
14
schedule :
25
26
java-version : ' 21'
26
27
distribution : ' temurin'
27
28
cache : maven
28
- - run : echo "DEPENDENCIES_LIST=${{ github.event.inputs.dependencies-list }}" >> $GITHUB_ENV
29
+ - run : echo "DEPENDENCIES_LIST=${{ github.event.inputs.dependencies-list || '' }}" >> $GITHUB_ENV
29
30
# Set up the for the CI
30
31
- name : Install sdk-platform-java's modules
31
32
# gapic-generator-java requires Java 8 and is irrelevant for this CI
You can’t perform that action at this time.
0 commit comments