We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402d36d commit 66cbd4fCopy full SHA for 66cbd4f
.github/workflows/python-app.yml
@@ -81,7 +81,7 @@ jobs:
81
runs-on: ubuntu-latest
82
# Only run coverage for PRs from the same repository (not forks)
83
# 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'
+ if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
85
strategy:
86
matrix:
87
service: [codecov, codacy]
0 commit comments