From f1b0ca773988a1670eece36ebf1b8080fed2d79a Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Fri, 2 May 2025 13:12:49 +0100 Subject: [PATCH] Run the UI & Integration tests once a day instead of twice with a 6 hour offset. (#4086) --- .github/workflows/integration-tests.yml | 2 +- .github/workflows/ui_tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index c7d9b1534..75276f031 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -2,7 +2,7 @@ name: Integration tests on: schedule: - - cron: '0 6,18 * * *' + - cron: '0 2 * * 1-5' workflow_dispatch: diff --git a/.github/workflows/ui_tests.yml b/.github/workflows/ui_tests.yml index 1448f23bd..50c6130bc 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -8,7 +8,7 @@ on: required: false schedule: - - cron: '0 0,12 * * 1-5' + - cron: '0 2 * * 1-5' jobs: tests: