Skip to content

Commit afea3ef

Browse files
[feat] Re-add ComfyUI loading GIF to workflow status comments
Restore the ComfyUI animated favicon loading indicator to PR status comments that was removed in PR #5209 when workflow architecture was restructured. The loading GIF now appears in: - Playwright test status comments (pr-playwright-comment.yaml) - Storybook build status comments (pr-storybook-comment.yaml) This provides visual continuity and branding consistency during CI operations, replacing generic hourglass emoji with ComfyUI's animated logo.
1 parent c3c2681 commit afea3ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-playwright-comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "<!-- PLAYWRIGHT_TEST_STATUS -->" > comment.md
5151
echo "## 🎭 Playwright Test Results" >> comment.md
5252
echo "" >> comment.md
53-
echo " **Tests are starting...** " >> comment.md
53+
echo "<img alt='comfy-loading-gif' src='https://github.com/user-attachments/assets/755c86ee-e445-4ea8-bc2c-cca85df48686' width='14px' height='14px' style='vertical-align: middle; margin-right: 4px;' /> **Tests are starting...** " >> comment.md
5454
echo "" >> comment.md
5555
echo "⏰ Started at: ${{ steps.completion-time.outputs.time }} UTC" >> comment.md
5656
echo "" >> comment.md

.github/workflows/pr-storybook-comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
<!-- STORYBOOK_BUILD_STATUS -->
7474
## 🎨 Storybook Build Status
7575
76-
**Build is starting...**
76+
<img alt='comfy-loading-gif' src='https://github.com/user-attachments/assets/755c86ee-e445-4ea8-bc2c-cca85df48686' width='14px' height='14px' style='vertical-align: middle; margin-right: 4px;' /> **Build is starting...**
7777
7878
⏰ Started at: ${{ steps.completion-time.outputs.time }} UTC
7979

0 commit comments

Comments
 (0)