.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:
Xe Iaso 2025-03-21 10:36:24 -04:00
parent 95dddb5549
commit db6d424aaa
No known key found for this signature in database

View file

@ -60,6 +60,7 @@ jobs:
- name: "Comment about where to test this" - name: "Comment about where to test this"
uses: thollander/actions-comment-pull-request@v3 uses: thollander/actions-comment-pull-request@v3
if: ${{github.event_name == 'pull_request'}}
with: with:
message: | message: |
You can try this PR out by using the following docker image: You can try this PR out by using the following docker image: