diff --git a/.github/workflows/cypress-integration-tests-mysql.yml b/.github/workflows/cypress-integration-tests-mysql.yml index 7d6538ecb07..932f00214e6 100644 --- a/.github/workflows/cypress-integration-tests-mysql.yml +++ b/.github/workflows/cypress-integration-tests-mysql.yml @@ -17,7 +17,7 @@ name: MySQL Cypress Integration Tests on: workflow_dispatch: schedule: - - cron: '30 0 * * *' + - cron: '30 2 * * 1-5' pull_request_target: types: - labeled diff --git a/.github/workflows/cypress-integration-tests-postgresql.yml b/.github/workflows/cypress-integration-tests-postgresql.yml index d28fbbb5afd..d9007d8a749 100644 --- a/.github/workflows/cypress-integration-tests-postgresql.yml +++ b/.github/workflows/cypress-integration-tests-postgresql.yml @@ -17,7 +17,7 @@ name: PostgreSQL Cypress Integration Tests on: workflow_dispatch: schedule: - - cron: '30 0 * * *' + - cron: '30 2 * * 1-5' pull_request_target: types: - labeled