.github/workflows/docker: only do comments if we're in a PR
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
95dddb5549
commit
db6d424aaa
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
@ -60,6 +60,7 @@ jobs:
|
|||
|
||||
- name: "Comment about where to test this"
|
||||
uses: thollander/actions-comment-pull-request@v3
|
||||
if: ${{github.event_name == 'pull_request'}}
|
||||
with:
|
||||
message: |
|
||||
You can try this PR out by using the following docker image:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue