From 80e164c94e02fbc547ab8d415ecf8fa0bd41565c Mon Sep 17 00:00:00 2001 From: Francois Beutin Date: Mon, 3 Feb 2025 17:32:09 +0100 Subject: [PATCH] Use Ledger official repo as default CI target --- .github/workflows/reusable_swap_functional_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable_swap_functional_tests.yml b/.github/workflows/reusable_swap_functional_tests.yml index 6aed7ad4..aae8255b 100644 --- a/.github/workflows/reusable_swap_functional_tests.yml +++ b/.github/workflows/reusable_swap_functional_tests.yml @@ -126,11 +126,11 @@ on: branch_for_cosmos: required: false - default: 'main' + default: 'develop' type: string repo_for_cosmos: required: false - default: 'cosmos/ledger-cosmos' + default: 'LedgerHQ/app-cosmos' type: string test_filter: