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