Skip to content

Commit

Permalink
feat(orc-3198): remove conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
borislt committed Aug 28, 2024
1 parent 2d724ed commit 9392128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

- name: Run codecov
uses: codecov/codecov-action@v1
if: matrix.coverage == 'xdebug' && matrix.php == '8.3' && matrix.symfony-versions == '^7.0'
if: matrix.coverage == 'xdebug'
with:
file: './coverage.xml'
fail_ci_if_error: true

0 comments on commit 9392128

Please sign in to comment.