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 a2c93c3 commit 93621c3Copy full SHA for 93621c3
.github/workflows/checks.yml
@@ -148,7 +148,7 @@ jobs:
148
-v "${GITHUB_WORKSPACE}":"${GITHUB_WORKSPACE}" -w "${GITHUB_WORKSPACE}" php-avro-serde:${{ matrix.php.version }} \
149
vendor/bin/phpunit --exclude-group integration --coverage-clover=build/coverage.clover --coverage-text
150
- name: Publish code coverage
151
- if: ${{ matrix.php.version == '7.4' && matrix.php.composer == '--prefer-stable' && github.repository == 'flix-tech/avro-serde-php' }}
+ if: ${{ matrix.php.version == '7.4' && matrix.php.composer == '--prefer-stable' && github.event_name == 'push' && github.ref == 'refs/heads/master' }}
152
uses: paambaati/[email protected]
153
env:
154
CC_TEST_REPORTER_ID: ${{secrets.CODE_CLIMATE_REPORTER_ID}}
0 commit comments