We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9ef27 commit df310e8Copy full SHA for df310e8
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
files: "${{ env.COVERAGE_REPORT_PATH }}"
26
fail_ci_if_error: true
27
- name: Upload coverage to codecov (with token)
28
- if: "! github.event.pull_request.head.repo.fork "
+ if: github.repository == 'TheAlgorithms/Java'
29
uses: codecov/codecov-action@v4
30
with:
31
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments