Skip to content

Commit

Permalink
add inputs type back in
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub committed Sep 27, 2024
1 parent 474b7a9 commit aeec7c4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/remote-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,31 @@ on:
inputs:
run_type:
required: true
type: string
docker_image:
required: true
type: string
run_label:
required: true
type: string
test_package:
required: true
type: string
test_class_regex:
required: true
type: string
test_iterations:
required: true
type: string
scale_row_count:
required: true
type: string
distribution:
required: true
type: string
config_options:
required: true
type: string

jobs:
setup-benchmarks:
Expand Down

0 comments on commit aeec7c4

Please sign in to comment.