From c9057a22bd0dcc52ba97d46802c6a4fe92ac8234 Mon Sep 17 00:00:00 2001 From: Netanel Baba Date: Mon, 7 Sep 2026 17:37:18 +0300 Subject: [PATCH] chore: disable scheduled cron trigger for daily test matrix Remove the cron schedule from daily-test-matrix.yml so the workflow no longer runs automatically. Manual workflow_dispatch runs remain available. Ref: TMZ-1081 Co-authored-by: Cursor --- .github/workflows/daily-test-matrix.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/daily-test-matrix.yml b/.github/workflows/daily-test-matrix.yml index a55f453d..261958c8 100644 --- a/.github/workflows/daily-test-matrix.yml +++ b/.github/workflows/daily-test-matrix.yml @@ -1,6 +1,6 @@ # 🧪 Hello Theme Daily Test Matrix # -# This workflow runs daily automated testing across different version combinations: +# This workflow runs automated testing across different version combinations: # - Core Matrix: Hello Theme × Elementor versions # - Plus Matrix: Hello Theme × Hello Plus versions # - By default tests main branches (cutting-edge compatibility) @@ -33,9 +33,6 @@ name: Daily Test Matrix on: - schedule: - # Run daily at 8:00 AM UTC (spread load from other themes) - - cron: '0 8 * * *' workflow_dispatch: inputs: hello_theme_version: