Skip to content

Commit 3105f14

Browse files
committed
revert: revert "ci(tests): run codecov on all PRs"
This reverts commit 514e578.
1 parent cbeb756 commit 3105f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100

101101
- name: "Report Coverage with Codecov"
102102
uses: codecov/codecov-action@v5
103-
if: "${{ inputs.coverage }}"
103+
if: "${{ inputs.coverage && github.event.pull_request.head.repo.full_name == github.repository }}"
104104
with:
105105
files: lcov.info
106106
token: "${{ secrets.CODECOV_TOKEN }}"

0 commit comments

Comments
 (0)