Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
imdingtalk committed Jun 21, 2024
1 parent aae03e6 commit a062adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
body-includes: Syncing image to TargetRegistry

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

0 comments on commit a062adf

Please sign in to comment.