diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ccf7a25d2..23aa90d3b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -375,7 +375,7 @@ jobs: name: Run Fossa runs-on: ubuntu-latest needs: install - if: ${{ !github.event.pull_request.head.repo.fork && github.repository_owner == 'codecov' }} + if: ${{ github.repository_owner == 'codecov' }} steps: - name: Checkout uses: actions/checkout@v4