We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae03e6 commit a062adfCopy full SHA for a062adf
.github/workflows/image-mirror.yml
@@ -143,7 +143,7 @@ jobs:
143
body-includes: Syncing image to TargetRegistry
144
145
- name: Add Tips
146
- if: ${{ success() }}
+ if: ${{ success() && steps.check_body.outputs.is_image_format == 'true' }}
147
uses: peter-evans/create-or-update-comment@v2
148
with:
149
comment-id: ${{ steps.fc.outputs.comment-id }}
0 commit comments