diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-03-21 10:36:24 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-03-21 10:36:24 -0400 |
| commit | db6d424aaa9149b7e6173de618513591ee392bb6 (patch) | |
| tree | db9208d086e5498aa98c45073e1f0b1ce7642dd8 | |
| parent | 95dddb554920be465c2760e730a14d24ea3b57f3 (diff) | |
| download | anubis-db6d424aaa9149b7e6173de618513591ee392bb6.tar.xz anubis-db6d424aaa9149b7e6173de618513591ee392bb6.zip | |
.github/workflows/docker: only do comments if we're in a PR
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -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: |
