From 7a9e56813982951eba711929f754c10657560d2a Mon Sep 17 00:00:00 2001 From: Ivan Maximov Date: Mon, 1 Feb 2021 15:07:59 +0300 Subject: [PATCH] Fix CI --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18800816..37ca6e74 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,7 +62,7 @@ jobs: reporttypes: 'Clover' tag: 'test_${{ github.run_number }}' - name: Monitor coverage - if: ${{ startsWith(matrix.os, 'ubuntu') }} + if: ${{ startsWith(matrix.os, 'ubuntu') && github.event.pull_request }} # action supports only pull_request event uses: slavcodev/coverage-monitor-action@1.2.0 with: github_token: ${{ secrets.GITHUB_TOKEN }}