diff options
| -rw-r--r-- | .github/workflows/docker.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |
