From 427982e05e3e68f85447df0336fb7f1321ec4276 Mon Sep 17 00:00:00 2001 From: Anil Kumar Tegala Date: Fri, 19 Jan 2024 15:05:47 +0530 Subject: [PATCH] commented out scheduled cron for nightly runs (#881) Signed-off-by: anil-tegala --- .github/workflows/performance.yml | 4 ++-- .github/workflows/quali.yml | 4 ++-- .github/workflows/regression.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 94d7ebb5a9..648b87480f 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -40,8 +40,8 @@ on: required: false default: "" description: "Tests release branch to use (i.e. 'release/v2.8.0' or 'master'). If left empty, latest release branch is used" - schedule: - - cron: "30 20 * * 6" +# schedule: +# - cron: "30 20 * * 6" jobs: # Set vars diff --git a/.github/workflows/quali.yml b/.github/workflows/quali.yml index 1784b9dc24..5380c80884 100644 --- a/.github/workflows/quali.yml +++ b/.github/workflows/quali.yml @@ -41,8 +41,8 @@ on: default: "" description: "Tests release branch to use (i.e. 'release/v2.8.0' or 'master'). If left empty, latest release branch is used" - schedule: - - cron: "35 20 * * 0-4" +# schedule: +# - cron: "35 20 * * 0-4" jobs: # Set vars diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 1358086c8e..be8f5ff6c0 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -40,8 +40,8 @@ on: required: false default: "" description: "Tests release branch to use (i.e. 'release/v2.8.0' or 'master'). If left empty, latest release branch is used" - schedule: - - cron: "30 20 * * 5" +# schedule: +# - cron: "30 20 * * 5" jobs: # Set vars