From 0765bcaa9580adf18e4ac6ade43560f68be505fd Mon Sep 17 00:00:00 2001 From: Julio Lopez <1953782+julio-lopez@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:53:49 -0700 Subject: [PATCH] chore(ci): run endurance test every 6 hours (#4861) --- .github/workflows/endurance-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/endurance-test.yml b/.github/workflows/endurance-test.yml index 222975b5c..ae3e85161 100644 --- a/.github/workflows/endurance-test.yml +++ b/.github/workflows/endurance-test.yml @@ -5,8 +5,8 @@ on: tags: - v* schedule: - # run every 2 hours - - cron: '12 */2 * * *' + # run every 6 hours + - cron: '12 */6 * * *' workflow_dispatch: inputs: ref: