Skip to content

[2/3] sdks/python: enrich data with Milvus Search [Vector, Keyword, Hybrid] #1

[2/3] sdks/python: enrich data with Milvus Search [Vector, Keyword, Hybrid]

[2/3] sdks/python: enrich data with Milvus Search [Vector, Keyword, Hybrid] #1

name: Experiment with Matrix OS Equality
on:
workflow_dispatch:
jobs:
check_os_equality:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- [self-hosted, ubuntu-20.04, main] # Test case 1: Self-hosted array
- ubuntu-latest # Test case 2: GitHub-hosted string
steps:
- name: Print matrix.os value
run: echo "matrix.os is: ${{ matrix.os }}"

Check failure on line 15 in .github/workflows/experiment_with_workflow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/experiment_with_workflow.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
- name: Check equality with 'self-hosted'
run: |
echo "Is matrix.os == 'self-hosted'? ${{ matrix.os == 'self-hosted' }}"