Skip to content

Commit 36e8f39

Browse files
committed
only comment on PR when it isnt one
1 parent d954ee3 commit 36e8f39

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/e2e_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
path: coverage
3636

3737
- name: Comment PR with coverage
38+
if: github.event_name == 'pull_request'
3839
uses: romeovs/lcov-reporter-action@2a28ec3e25fb7eae9cb537e9141603486f810d1a
3940
with:
4041
title: E2E Tests Coverage Report

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
path: coverage
3636

3737
- name: Comment PR with coverage
38+
if: github.event_name == 'pull_request'
3839
uses: romeovs/lcov-reporter-action@2a28ec3e25fb7eae9cb537e9141603486f810d1a
3940
with:
4041
title: Unit Tests Coverage Report

0 commit comments

Comments
 (0)