Skip to content

Commit 482be82

Browse files
authored
Merge pull request #1389 from nschonni/skip-empty-official-image-PR
chore: Don't comment on PR for no-op
2 parents 8adaf61 + ca3217a commit 482be82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/official-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
6060
- name: Create PR comment
6161
uses: peter-evans/create-or-update-comment@v1
62+
if: ${{ steps.create-pr.outputs.pull-request-url != '' }}
6263
with:
6364
issue-number: ${{ github.event.pull_request.number }}
6465
body: |

0 commit comments

Comments
 (0)