From 9d498fc6a62bc01378c3f67ed38e81d6e6d22d9c Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Fri, 6 Dec 2024 17:30:00 -0500 Subject: [PATCH] chore(ci): run regression suite weekly (#21979) --- .github/workflows/regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 6524f9d1978d7..c774fa59f451f 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -32,7 +32,7 @@ on: description: "The SHA to use for comparison (optional). If not provided, it defaults to the current HEAD of the origin/master branch." required: false schedule: - - cron: '0 6 * * 1-5' # Runs at 6 AM UTC on weekdays (Monday to Friday) + - cron: '0 7 * * 1' # Runs at 7 AM UTC on Mondays env: SINGLE_MACHINE_PERFORMANCE_API: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_API }}