Skip to content

Commit d29fb9d

Browse files
committed
Only upload to codecov on php 8, latest deps
1 parent c080134 commit d29fb9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,5 @@ jobs:
9393
- uses: codecov/codecov-action@v2.0.2 # upload the coverage to codecov
9494
with:
9595
fail_ci_if_error: true # optional (default = false)
96-
if: ${{ github.repository == 'thecodingmachine/graphqlite' }} # Do not upload in forks
96+
# Do not upload in forks, and only on php8, latest deps
97+
if: ${{ github.repository == 'thecodingmachine/graphqlite' && matrix.php-version == '8.0' && matrix.install-args == '' }}

0 commit comments

Comments
 (0)