summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/codecoverage.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml
index 2515537..8fc7418 100644
--- a/.github/workflows/codecoverage.yml
+++ b/.github/workflows/codecoverage.yml
@@ -74,7 +74,7 @@ jobs:
if: >-
${{ !cancelled() &&
(github.event_name != 'pull_request' ||
- github.event.pull_request.head.repo.fork == false) &&
+ github.event.pull_request.head.repo.full_name == github.repository) &&
github.actor != 'dependabot[bot]' }}
uses: codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac # v5.5.5
timeout-minutes: 5