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 8c5f89b commit 7c80e60Copy full SHA for 7c80e60
1 file changed
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
run: ./ci.sh
70
env:
71
CHECK_FORMATTING: '${{ matrix.check_formatting }}'
72
- - if: always()
+ - if: always() && matrix.check_formatting != '1'
73
uses: codecov/codecov-action@v5
74
with:
75
name: Ubuntu (${{ matrix.python }}${{ matrix.extra_name }})
0 commit comments