From ce64f850699c434bc1acbb26a13d545d7fbf9c06 Mon Sep 17 00:00:00 2001 From: Nicholas Cunningham Date: Mon, 5 May 2025 07:56:48 -0600 Subject: [PATCH] fix(core): Disable e2e matrix as macos is still hanging at install (#31041) Disabling the schedule run for e2e matrix job as macos is still hanging. ## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes # --- .github/workflows/e2e-matrix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-matrix.yml b/.github/workflows/e2e-matrix.yml index fb6d5d1b63..bb5f75d973 100644 --- a/.github/workflows/e2e-matrix.yml +++ b/.github/workflows/e2e-matrix.yml @@ -1,8 +1,8 @@ name: E2E matrix on: - schedule: - - cron: "0 5 * * *" + # schedule: + # - cron: "0 5 * * *" workflow_dispatch: inputs: debug_enabled: