diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index 521d03e48d..53c6e223c1 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -93,6 +93,7 @@ jobs: echo ::set-output name=version::$next_version-SNAPSHOT - name: Run the jest tests + if: github.event_name == 'pull_request' uses: anuraag016/Jest-Coverage-Diff@V1.1 with: fullCoverageDiff: false