diff --git a/.github/workflows/pr-playwright-comment.yaml b/.github/workflows/pr-playwright-comment.yaml
index d5cf935894..554b5c3b8d 100644
--- a/.github/workflows/pr-playwright-comment.yaml
+++ b/.github/workflows/pr-playwright-comment.yaml
@@ -50,7 +50,7 @@ jobs:
echo "" > comment.md
echo "## 🎭 Playwright Test Results" >> comment.md
echo "" >> comment.md
- echo "⏳ **Tests are starting...** " >> comment.md
+ echo "
**Tests are starting...** " >> comment.md
echo "" >> comment.md
echo "⏰ Started at: ${{ steps.completion-time.outputs.time }} UTC" >> comment.md
echo "" >> comment.md
diff --git a/.github/workflows/pr-storybook-comment.yaml b/.github/workflows/pr-storybook-comment.yaml
index e8ce291d7c..ab4d5ab461 100644
--- a/.github/workflows/pr-storybook-comment.yaml
+++ b/.github/workflows/pr-storybook-comment.yaml
@@ -73,7 +73,7 @@ jobs:
## 🎨 Storybook Build Status
- ⏳ **Build is starting...**
+
**Build is starting...**
⏰ Started at: ${{ steps.completion-time.outputs.time }} UTC