From b4846b0d497a5b2ca3f557da297bc003ca6242fc Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Mon, 27 Nov 2023 08:04:45 +0100 Subject: [PATCH] ci: Remove UI test schedule 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. --- .github/workflows/saucelabs-UI-tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/saucelabs-UI-tests.yml b/.github/workflows/saucelabs-UI-tests.yml index de3d5701a81..206e20574f0 100644 --- a/.github/workflows/saucelabs-UI-tests.yml +++ b/.github/workflows/saucelabs-UI-tests.yml @@ -1,9 +1,5 @@ name: Sauce Labs UI Tests on: - # Schedule the UI tests so we can see in Sentry how the duration of transactions - # changes over time. - schedule: - - cron: '0 0 * * *' push: branches: - main