From 95d755cd8107a72258d452b5d3657273d571f07d Mon Sep 17 00:00:00 2001 From: comfyanonymous <121283862+comfyanonymous@users.noreply.github.com> Date: Sun, 30 Aug 2026 20:19:14 -0700 Subject: [PATCH] Disable push event trigger for failing workflow. (#15995) --- .github/workflows/test-ci.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index adfc5dd32..520c793d6 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -2,18 +2,18 @@ # Results are reported as checkmarks on the commits, as well as onto https://ci.comfy.org/ name: Full Comfy CI Workflow Runs on: - push: - branches: - - master - - release/** - paths-ignore: - - 'app/**' - - 'input/**' - - 'output/**' - - 'notebooks/**' - - 'script_examples/**' - - '.github/**' - - 'web/**' + # push: + # branches: + # - master + # - release/** + # paths-ignore: + # - 'app/**' + # - 'input/**' + # - 'output/**' + # - 'notebooks/**' + # - 'script_examples/**' + # - '.github/**' + # - 'web/**' workflow_dispatch: jobs: