From b12225abe2b6d98f7d2683520076b475dc259643 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 16 Sep 2026 20:42:34 +0000 Subject: [PATCH] ci: use dedicated staging greps in e2e matrix Co-authored-by: piotr-iohk --- .github/workflows/e2e-staging.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-staging.yml b/.github/workflows/e2e-staging.yml index c35d1e14f8..6791bf6356 100644 --- a/.github/workflows/e2e-staging.yml +++ b/.github/workflows/e2e-staging.yml @@ -90,10 +90,10 @@ jobs: fail-fast: false matrix: shard: - - { name: multi_address_2_regtest, grep: "@multi_address_2" } - - { name: pubky_paykit, grep: "@pubky" } + - { name: multi_address, grep: "@multi_address_staging" } + - { name: pubky_paykit, grep: "@pubky_staging" } - { name: hardware_wallet, grep: "@hardware_wallet" } - - { name: transfer_max, grep: "@transfer_max" } + - { name: transfer, grep: "@transfer_staging" } name: e2e-tests-staging - ${{ matrix.shard.name }}