Skip to content

Commit fdf1d03

Browse files
committed
try wrapping whole expression
1 parent 97e93b0 commit fdf1d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Check MSSQL test availability
62-
if: matrix.db == 'mssql' && secrets.MSSQL_VECTOR_PASSWORD == ''
62+
if: ${{ matrix.db == 'mssql' && secrets.MSSQL_VECTOR_PASSWORD != '' }}
6363
run: |
6464
echo "Skipping MSSQL test: required secrets are missing."
6565
exit 78

0 commit comments

Comments
 (0)