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: