From a062adfef05443cb103e9011b10cd9635388dea1 Mon Sep 17 00:00:00 2001 From: imdingtalk Date: Fri, 21 Jun 2024 01:00:05 +0000 Subject: [PATCH] check --- .github/workflows/image-mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-mirror.yml b/.github/workflows/image-mirror.yml index bcad062..53b50ce 100644 --- a/.github/workflows/image-mirror.yml +++ b/.github/workflows/image-mirror.yml @@ -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 }}