Skip to content

Commit

Permalink
set input prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
vicilliar committed Sep 9, 2024
1 parent 3f2c4a8 commit 45f5f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloud-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ on:
with the prefix "test_index". Even those that were not created by this workflow.'
required: true
default: 'run_integration_tests'
number_of_shards:
INPUT_NUMBER_OF_SHARDS:
description: 'Number of shards to use for the cloud tests. Default is 1.'
required: false
default: 1
number_of_replicas:
INPUT_NUMBER_OF_REPLICAS:
description: 'Number of replicas to use for the cloud tests. Default is 0.'
required: false
default: 0
Expand Down

0 comments on commit 45f5f70

Please sign in to comment.