Skip to content

Commit 56bde12

Browse files
committed
Fix stray matrix to inputs
1 parent 0093977 commit 56bde12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,14 @@ jobs:
150150
path: build/clio_server
151151

152152
- name: Upload clio_tests
153-
if: ${{ inputs.unit_tests && !matrix.code_coverage }}
153+
if: ${{ inputs.unit_tests && !inputs.code_coverage }}
154154
uses: actions/upload-artifact@v4
155155
with:
156156
name: clio_tests_${{ runner.os }}_${{ inputs.build_type }}_${{ steps.conan.outputs.conan_profile }}
157157
path: build/clio_tests
158158

159159
- name: Upload clio_integration_tests
160-
if: ${{ inputs.integration_tests && !matrix.code_coverage }}
160+
if: ${{ inputs.integration_tests && !inputs.code_coverage }}
161161
uses: actions/upload-artifact@v4
162162
with:
163163
name: clio_integration_tests_${{ runner.os }}_${{ inputs.build_type }}_${{ steps.conan.outputs.conan_profile }}

0 commit comments

Comments
 (0)