summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-08-17 14:11:57 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-08-17 14:11:57 +0300
commitd57a16b6426d9822f75109c711a926184f4440e5 (patch)
tree203b719a7e73f977d090f35e1dd518e966f8b78e
parenta8c24a294acc4847c249d3b911a219fc692d171c (diff)
downloadrest.vyos-codecov-test-analytics.tar.gz
rest.vyos-codecov-test-analytics.zip
T9220: ci: compare head repo identity, not fork flag (review finding)codecov-test-analytics
🤖 Generated by [robots](https://vyos.io)
-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