From 7707b471cbe1ffe76e8043b98f870b3b95a8a504 Mon Sep 17 00:00:00 2001 From: Akash Jain <15995028+akash-jain-10@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:03:17 +0530 Subject: [PATCH] chore(ui): Update CRON of Nightly runs of Cypress CI (#14679) --- .github/workflows/cypress-integration-tests-mysql.yml | 2 +- .github/workflows/cypress-integration-tests-postgresql.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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