Skip to content

Commit 093b08e

Browse files
Remove unused inputs from e2e-manual-simd.yaml (#7904)
Co-authored-by: Gjermund Garaba <[email protected]>
1 parent 3b3438a commit 093b08e

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/e2e-manual-simd.yaml

-22
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ on:
2323
required: true
2424
type: string
2525
default: "ghcr.io/cosmos/ibc-go-simd"
26-
chain-binary:
27-
description: 'Specify the chain binary to be used'
28-
required: true
29-
type: string
30-
default: "simd"
3126
chain-a-tag:
3227
description: 'The tag to use for chain A'
3328
required: true
@@ -64,20 +59,6 @@ on:
6459
description: 'Specify an arbitrary tag for chain B'
6560
required: false
6661
type: string
67-
relayer-type:
68-
default: rly
69-
description: 'The relayer to use'
70-
required: true
71-
type: choice
72-
options:
73-
- rly
74-
- hermes
75-
relayer-tag:
76-
description: 'The tag to use for the relayer'
77-
required: true
78-
default: "v2.1.2"
79-
type: string
80-
8162

8263
jobs:
8364
e2e-manual:
@@ -86,7 +67,4 @@ jobs:
8667
chain-image: "${{ github.event.inputs.chain-image }}"
8768
chain-a-tag: "${{ github.event.inputs.chain-a-tag-override || github.event.inputs.chain-a-tag }}"
8869
chain-b-tag: "${{ github.event.inputs.chain-b-tag-override || github.event.inputs.chain-b-tag }}"
89-
relayer-tag: "${{ github.event.inputs.relayer-tag }}"
90-
relayer-type: "${{ github.event.inputs.relayer-type }}"
9170
test-entry-point: "${{ github.event.inputs.test-entry-point }}"
92-
chain-binary: "${{ github.event.inputs.chain-binary }}"

0 commit comments

Comments
 (0)