Skip to content

Commit 39a0cbf

Browse files
fix: remove fossa restriction on forks (#3953)
1 parent 2a0be18 commit 39a0cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ jobs:
375375
name: Run Fossa
376376
runs-on: ubuntu-latest
377377
needs: install
378-
if: ${{ !github.event.pull_request.head.repo.fork && github.repository_owner == 'codecov' }}
378+
if: ${{ github.repository_owner == 'codecov' }}
379379
steps:
380380
- name: Checkout
381381
uses: actions/checkout@v4

0 commit comments

Comments
 (0)