We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63f08cc + fd96a66 commit b4d083fCopy full SHA for b4d083f
.github/workflows/test.yml
@@ -55,7 +55,7 @@ jobs:
55
keep_files: true
56
57
- name: Comment PR with link to Testplane HTML report
58
- if: always() && steps.testplane.outputs.html-report-path
+ if: always() && steps.testplane.outputs.html-report-path && github.event.pull_request
59
uses: thollander/actions-comment-pull-request@v3
60
with:
61
message: |
0 commit comments