diff --git a/.github/workflows/tests-clients.yaml b/.github/workflows/tests-clients.yaml index f6aac349d0d..576cb56ca1d 100644 --- a/.github/workflows/tests-clients.yaml +++ b/.github/workflows/tests-clients.yaml @@ -17,7 +17,7 @@ jobs: - name: Set Matrix id: set-os-matrix run: | - echo "os-matrix='[\"ubuntu-latest\"]'" >> $GITHUB_OUTPUT + echo "testing" # if [[ '${{ github.ref }}' == 'refs/heads/master' ]]; then # echo "os-matrix='[\"ubuntu-latest\",\"windows-latest\"]'" >> $GITHUB_OUTPUT # else