diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 94d7ebb5a..648b87480 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 1784b9dc2..5380c8088 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 1358086c8..be8f5ff6c 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