mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-26 23:02:30 +00:00
fix(ci): only add comment on PR and do not duplicate it (#1908)
This commit is contained in:
parent
2575f3c4f2
commit
b785b6ba15
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -162,6 +162,7 @@ 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
|
||||
@ -169,3 +170,4 @@ jobs:
|
||||
```
|
||||
${{steps.build.outputs.image}}
|
||||
```
|
||||
comment_tag: execution
|
||||
|
Loading…
x
Reference in New Issue
Block a user