Skip to content

Commit

Permalink
Merge pull request #2350 from WordPress/feature/ghactions-fix-quick-test
Browse files Browse the repository at this point in the history
GH Actions: fix quicktest for `develop`
  • Loading branch information
dingo-d authored Aug 18, 2023
2 parents 8da663b + 1bed57e commit f9a73b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quicktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: composer run-tests -- --no-configuration --bootstrap=./Tests/bootstrap.php --dont-report-useless-tests

- name: Send coverage report to Codecov
if: ${{ success() && github.ref_name == 'develop' }}
if: ${{ success() && github.ref_name == 'develop' && matrix.php != 'latest' }}
uses: codecov/codecov-action@v3
with:
files: ./build/logs/clover.xml
Expand Down

0 comments on commit f9a73b4

Please sign in to comment.