From 1bdc190154c17924e96cc0544aba90e16d8d8e2a Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Wed, 27 Aug 2025 09:38:19 -0700 Subject: [PATCH] [feat] Replace Claude loading GIF with ComfyUI logo in test workflow (#5229) Update the GitHub workflow to use ComfyUI's animated favicon progress frames instead of the Claude logo for PR test status comments. --- .github/workflows/test-ui.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-ui.yaml b/.github/workflows/test-ui.yaml index 4c5e3d25c..3838e98b0 100644 --- a/.github/workflows/test-ui.yaml +++ b/.github/workflows/test-ui.yaml @@ -66,7 +66,7 @@ jobs: --- - claude-loading-gif + comfy-loading-gif [${{ steps.current-time.outputs.time }} UTC] Preparing browser tests across multiple browsers... --- @@ -168,7 +168,7 @@ jobs: comment-author: 'github-actions[bot]' edit-mode: append body: | - claude-loading-gif + comfy-loading-gif ${{ matrix.browser }}: Running tests... - name: Install requirements