Skip to content
Snippets Groups Projects
Unverified Commit 5fdce46a authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Fix ReplayIO recordings upload (#31208)

[ci skip]
parent 3b7f8c3a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment