Skip to content

Commit f0a832c

Browse files
committed
Skip coverage on forks
1 parent 60e3033 commit f0a832c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/execute-tests.yml

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

6565
- name: Upload coverage
6666
uses: codecov/codecov-action@v4
67-
if: ${{ inputs.os == 'ubuntu-latest' && matrix.python-version == '3.9' && github.repository == 'doorstop-dev/doorstop' }}
67+
if: ${{ inputs.os == 'ubuntu-latest' && matrix.python-version == '3.9' && !github.event.pull_request.head.repo.fork }}
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
fail_ci_if_error: true

0 commit comments

Comments
 (0)