Skip to content

Commit

Permalink
Remove unused inputs from e2e-manual-simd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hungdinh82 committed Feb 3, 2025
1 parent 98d7e75 commit c46ada8
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/e2e-manual-simd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ on:
required: true
type: string
default: "ghcr.io/cosmos/ibc-go-simd"
chain-binary:
description: 'Specify the chain binary to be used'
required: true
type: string
default: "simd"
chain-a-tag:
description: 'The tag to use for chain A'
required: true
Expand Down Expand Up @@ -64,20 +59,6 @@ on:
description: 'Specify an arbitrary tag for chain B'
required: false
type: string
relayer-type:
default: rly
description: 'The relayer to use'
required: true
type: choice
options:
- rly
- hermes
relayer-tag:
description: 'The tag to use for the relayer'
required: true
default: "v2.1.2"
type: string


jobs:
e2e-manual:
Expand All @@ -86,7 +67,4 @@ jobs:
chain-image: "${{ github.event.inputs.chain-image }}"
chain-a-tag: "${{ github.event.inputs.chain-a-tag-override || github.event.inputs.chain-a-tag }}"
chain-b-tag: "${{ github.event.inputs.chain-b-tag-override || github.event.inputs.chain-b-tag }}"
relayer-tag: "${{ github.event.inputs.relayer-tag }}"
relayer-type: "${{ github.event.inputs.relayer-type }}"
test-entry-point: "${{ github.event.inputs.test-entry-point }}"
chain-binary: "${{ github.event.inputs.chain-binary }}"

0 comments on commit c46ada8

Please sign in to comment.