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 d50ee6f commit 3eb69f7Copy full SHA for 3eb69f7
.github/workflows/build-and-push-hf.yaml
@@ -92,8 +92,9 @@ jobs:
92
with:
93
issue-number: ${{ github.event.pull_request.number }}
94
comment-author: 'github-actions[bot]'
95
- body-includes: PR image build and manifest generation completed successfully
+ body-includes: PR image build completed successfully
96
- uses: peter-evans/create-or-update-comment@v4
97
+ if: env.BUILD_CONTEXT == 'ci'
98
name: Generate/update success message comment
99
100
comment-id: ${{ steps.fc.outputs.comment-id }}
0 commit comments