Skip to content

Commit

Permalink
fix(ci): only add comment on PR and do not duplicate it (#1908)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpavlin committed Aug 11, 2023
1 parent 2575f3c commit b785b6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,12 @@ jobs:

- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
if: ${{ github.event_name == 'pull_request' }}
with:
message: |
You can find the image built from this PR at
```
${{steps.build.outputs.image}}
```
comment_tag: execution

0 comments on commit b785b6b

Please sign in to comment.