Skip to content

Commit 66cbd4f

Browse files
nanotaboadaCopilot
andauthored
chore(ci): adjust skipping coverage upload for external fork PRs
Co-authored-by: Copilot <[email protected]>
1 parent 402d36d commit 66cbd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ubuntu-latest
8282
# Only run coverage for PRs from the same repository (not forks)
8383
# This ensures secrets are available for Codecov and Codacy
84-
if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push'
84+
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
8585
strategy:
8686
matrix:
8787
service: [codecov, codacy]

0 commit comments

Comments
 (0)