From 083fb26156fd3f341a3b8d2277f1a6e9e66dbb54 Mon Sep 17 00:00:00 2001 From: Abdurrahman SASTIM Date: Tue, 14 Jan 2025 07:50:10 +0100 Subject: [PATCH] Revert "ci: test action modification" This reverts commit f3958b5202ff44cbb416a1ae6a04e6f772a67c5d. --- .github/workflows/test-mobile-e2e-reusable.yml | 2 +- .github/workflows/test-ui-e2e-only-desktop.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-mobile-e2e-reusable.yml b/.github/workflows/test-mobile-e2e-reusable.yml index 19105d510ea..dc3b9f5c133 100644 --- a/.github/workflows/test-mobile-e2e-reusable.yml +++ b/.github/workflows/test-mobile-e2e-reusable.yml @@ -310,7 +310,7 @@ jobs: bot_key: ${{ secrets.GH_BOT_PRIVATE_KEY }} - name: Set DISABLE_TRANSACTION_BROADCAST if: ${{ env.SPECULOS_RUN == 'true' }} - uses: LedgerHQ/ledger-live/tools/actions/composites/setup-e2e-broadcast@support/qaa_429_fix_speculos_broadcast + uses: LedgerHQ/ledger-live/tools/actions/composites/setup-e2e-broadcast@develop with: enable_broadcast: ${{ inputs.enable_broadcast }} schedule_cron: ${{ github.event.schedule.cron }} diff --git a/.github/workflows/test-ui-e2e-only-desktop.yml b/.github/workflows/test-ui-e2e-only-desktop.yml index d2265bc0ef5..83264bf6f5f 100644 --- a/.github/workflows/test-ui-e2e-only-desktop.yml +++ b/.github/workflows/test-ui-e2e-only-desktop.yml @@ -119,7 +119,7 @@ jobs: shell: bash - name: Set DISABLE_TRANSACTION_BROADCAST - uses: LedgerHQ/ledger-live/tools/actions/composites/setup-e2e-broadcast@support/qaa_429_fix_speculos_broadcast + uses: LedgerHQ/ledger-live/tools/actions/composites/setup-e2e-broadcast@develop with: enable_broadcast: ${{ inputs.enable_broadcast }} schedule_cron: ${{ github.event.schedule.cron }}