From db6d424aaa9149b7e6173de618513591ee392bb6 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 21 Mar 2025 10:36:24 -0400 Subject: [PATCH] .github/workflows/docker: only do comments if we're in a PR Signed-off-by: Xe Iaso --- .github/workflows/docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9f0f9a0..dcad66c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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: