Skip to content

Commit

Permalink
Add a scheduled run for hermes.
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim committed Jun 12, 2023
1 parent b5dadfd commit e026b25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Tests / E2E
on:
# This schedule is used solely for hermes and is set to run every night.
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
pull_request:
types:
Expand Down Expand Up @@ -80,3 +83,6 @@ jobs:
chain-binary: "simd"
# on regular PRs we won't run interchain account or upgrade tests.
test-exclusions: "TestInterTxTestSuite,TestIncentivizedInterTxTestSuite,TestUpgradeTestSuite"
# On scheduled runs, use hermes relayer for the e2e tests.
if: ${{ github.event_name == 'schedule' }}
relayer-type: "hermes"

0 comments on commit e026b25

Please sign in to comment.