We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b331851 commit e340dd0Copy full SHA for e340dd0
.github/workflows/e2e-fork.yml
@@ -32,6 +32,7 @@ jobs:
32
CHAIN_A_TAG: latest
33
CHAIN_B_TAG: latest
34
CHAIN_IMAGE: ibc-go-simd
35
+ RELAYER_ID: "hermes" # by default use hermes for fork e2es.
36
if: ${{ github.event.pull_request.head.repo.fork || github.actor == 'dependabot[bot]' || github.event_name == 'workflow_dispatch' }}
37
needs:
38
- build-test-matrix
0 commit comments