mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-08-03 09:48:08 -04:00
.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
.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…
x
Reference in New Issue
Block a user