Skip to content

Commit b4d083f

Browse files
Merge pull request #2 from gemini-testing/TRIVIAL.dont_comment_to_pr_on_master
fix: dont comment to not existing PR
2 parents 63f08cc + fd96a66 commit b4d083f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
keep_files: true
5656

5757
- name: Comment PR with link to Testplane HTML report
58-
if: always() && steps.testplane.outputs.html-report-path
58+
if: always() && steps.testplane.outputs.html-report-path && github.event.pull_request
5959
uses: thollander/actions-comment-pull-request@v3
6060
with:
6161
message: |

0 commit comments

Comments
 (0)