Skip to content

Commit 2fd7fcf

Browse files
committed
skip codecov if check-formatting is set
1 parent decfb73 commit 2fd7fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
env:
135135
CHECK_FORMATTING: '${{ matrix.check_formatting }}'
136136
NO_TEST_REQUIREMENTS: '${{ matrix.no_test_requirements }}'
137-
- if: always()
137+
- if: ${{ always() && matrix.check_formatting != '1' }}
138138
uses: codecov/codecov-action@v3
139139
with:
140140
directory: empty

0 commit comments

Comments
 (0)