diff --git a/.github/workflows/testing-from-build.yml b/.github/workflows/testing-from-build.yml index 83f64ebf30..555184d1ff 100644 --- a/.github/workflows/testing-from-build.yml +++ b/.github/workflows/testing-from-build.yml @@ -47,7 +47,7 @@ jobs: pwd ls -al | grep 'coverage' - - name: Coverage Action + - name: Post Coverage Report to Pull Request if: github.event_name == 'pull_request' uses: orgoro/coverage@v3.1 with: diff --git a/.github/workflows/testing-from-ghcr.yml b/.github/workflows/testing-from-ghcr.yml index 1922afe1fc..eb39f7c53f 100644 --- a/.github/workflows/testing-from-ghcr.yml +++ b/.github/workflows/testing-from-ghcr.yml @@ -49,7 +49,7 @@ jobs: pwd ls -al | grep 'coverage' - - name: Coverage Action + - name: Post Coverage Report to Pull Request if: github.event_name == 'pull_request' uses: orgoro/coverage@v3.1 with: