Skip to content

Commit 3eb69f7

Browse files
committed
Further update GH action comment generation
1 parent d50ee6f commit 3eb69f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-push-hf.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ jobs:
9292
with:
9393
issue-number: ${{ github.event.pull_request.number }}
9494
comment-author: 'github-actions[bot]'
95-
body-includes: PR image build and manifest generation completed successfully
95+
body-includes: PR image build completed successfully
9696
- uses: peter-evans/create-or-update-comment@v4
97+
if: env.BUILD_CONTEXT == 'ci'
9798
name: Generate/update success message comment
9899
with:
99100
comment-id: ${{ steps.fc.outputs.comment-id }}

0 commit comments

Comments
 (0)