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

Fix E2E replay stray job dependency (#36219)

* Fix stray job dependency

* Run every two hours
parent dc7c1073
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ name: E2E Tests using Replay.io browser
on:
# We'll record runs using Replay.io and their browser on a schedule as an experiment
schedule:
- cron: '0 */3 * * *'
- cron: '0 */2 * * *'
jobs:
e2e-matrix-builder:
......@@ -19,7 +19,7 @@ jobs:
e2e-tests:
needs: [test-run-id, e2e-matrix-builder]
needs: e2e-matrix-builder
runs-on: ${{ matrix.runner }}
timeout-minutes: 90
name: e2e-tests-${{ matrix.name }}-${{ matrix.edition }}
......
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