Skip to content

Commit a7c41a1

Browse files
committed
fix
1 parent 4971cff commit a7c41a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Publish Test Report
4949
uses: phoenix-actions/test-reporting@v8
5050
id: test-report # Set ID reference for step
51-
if: ${{ (success() || failure()) && inputs.publishCodeCov }} # run this step even if previous step failed
51+
if: ${{ (success() || failure()) && (github.event_name == 'pull_request') }}
5252
with:
5353
name: JEST Tests # Name of the check run which will be created
5454
path: ${{ inputs.projectdirectory }}/*-junit.xml # Path to test results

0 commit comments

Comments
 (0)