diff --git a/.github/workflows/ci-code.yml b/.github/workflows/ci-code.yml index d7138293..4fc5c73c 100644 --- a/.github/workflows/ci-code.yml +++ b/.github/workflows/ci-code.yml @@ -102,7 +102,6 @@ jobs: coverage: runs-on: ubuntu-latest name: Code Coverage - if: github.event_name == 'push' && github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v4 - name: Build and run coverage