Skip to content

Commit 56b909c

Browse files
authored
Pr comment (#8708)
1 parent 2f64307 commit 56b909c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-patch-from-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
})
5252
5353
- name: 'Comment on Failure'
54-
if: "steps.pr_status.outputs.STATE != 'MERGED'"
54+
if: "steps.slash_command.outputs.dispatched == 'true' && steps.pr_status.outputs.STATE != 'MERGED'"
5555
uses: 'peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d'
5656
with:
5757
issue-number: '${{ github.event.issue.number }}'

0 commit comments

Comments
 (0)