From 5fdce46aff8c4a6d408920966bdcffaf32c55ce5 Mon Sep 17 00:00:00 2001 From: Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> Date: Thu, 1 Jun 2023 07:45:04 +0200 Subject: [PATCH] Fix ReplayIO recordings upload (#31208) [ci skip] --- .github/workflows/e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 9b007b108a9..fa974ab4377 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -225,7 +225,7 @@ jobs: RECORD_REPLAY_METADATA_TEST_RUN_ID: ${{ needs.test-run-id.outputs.testRunId }} - name: Upload Replay.io recordings - if: ${{ github.event_name == 'schedule' }} + if: github.event_name == 'schedule' && always() uses: replayio/action-upload@v0.4.7 with: api-key: rwk_gXbvYctIcR6RZyEzUvby3gtkO4esrB2L321lkY8FSuQ -- GitLab