Skip to content

Commit 6ecbfc6

Browse files
committed
added choice to a couple menu items
1 parent 21723cd commit 6ecbfc6

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

.github/workflows/ci-astra-col-db-dbadmin.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
description: 'JDK distribution to use'
1212
required: true
1313
default: 'adopt'
14+
type: choice
1415
options: ['adopt', 'temurin']
1516
java_version:
1617
description: 'JDK version to use'
@@ -28,6 +29,7 @@ on:
2829
description: 'Test to run'
2930
required: true
3031
default: 'AstraDevCollectionITTest'
32+
type: choice
3133
options:
3234
- 'AstraDevCollectionITTest'
3335
- 'AstraDevDatabaseITTest'

.github/workflows/ci-astra-dev-new.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
description: 'JDK distribution to use'
1313
required: true
1414
default: 'adopt'
15+
type: choice
1516
options: ['adopt', 'temurin']
1617
java_version:
1718
description: 'JDK version to use'

.github/workflows/ci-astra-vectorize-bedrock-hf.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ on:
1111
description: 'Embedding provider for tests to run'
1212
required: true
1313
default: 'bedrock'
14+
type: choice
1415
options:
1516
- 'bedrock'
1617
- 'huggingfaceDedicated'
1718
java_distribution:
1819
description: 'JDK distribution to use'
1920
required: true
2021
default: 'adopt'
22+
type: choice
2123
options: ['adopt', 'temurin']
2224
java_version:
2325
description: 'JDK version to use'

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,12 @@
340340
<email>[email protected]</email>
341341
<url>https://github.com/clun</url>
342342
</developer>
343+
<developer>
344+
<id>msmygit</id>
345+
<name>Madhavan Sridharan</name>
346+
<email>[email protected]</email>
347+
<url>https://github.com/msmygit</url>
348+
</developer>
343349
</developers>
344350

345351
<profiles>

0 commit comments

Comments
 (0)