Skip to content

Commit a062adf

Browse files
committed
check
1 parent aae03e6 commit a062adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
body-includes: Syncing image to TargetRegistry
144144

145145
- name: Add Tips
146-
if: ${{ success() }}
146+
if: ${{ success() && steps.check_body.outputs.is_image_format == 'true' }}
147147
uses: peter-evans/create-or-update-comment@v2
148148
with:
149149
comment-id: ${{ steps.fc.outputs.comment-id }}

0 commit comments

Comments
 (0)