From 6174cad3347bd1793b00bb1845e771ad2048400d Mon Sep 17 00:00:00 2001 From: xxyzz Date: Fri, 4 Mar 2022 17:21:38 +0800 Subject: [PATCH] Run GNU coverage job on pull requests GNU coverage job now takes around one hour to finish thanks to contributors' work. Run it on pull requests to compare the GNU coverage report. --- .github/workflows/GnuTests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index 9582b2af7..3b332a51c 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -201,7 +201,6 @@ jobs: gnu_coverage: name: Run GNU tests with coverage runs-on: ubuntu-latest - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} steps: - name: Checkout code uutil uses: actions/checkout@v2