Skip to content

Commit d952dbd

Browse files
ci: Remove UI test schedule (#3447)
We once scheduled UI tests in CI to identify patterns in their duration because they often timed out. As they are currently stable, we can remove the unnecessary schedule.
1 parent bcb1c7d commit d952dbd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/saucelabs-UI-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Sauce Labs UI Tests
22
on:
3-
# Schedule the UI tests so we can see in Sentry how the duration of transactions
4-
# changes over time.
5-
schedule:
6-
- cron: '0 0 * * *'
73
push:
84
branches:
95
- main

0 commit comments

Comments
 (0)