From 06fadbde35496ead4971347061495887a711ea24 Mon Sep 17 00:00:00 2001 From: Bill Teng Date: Fri, 27 Sep 2024 21:10:34 +0000 Subject: [PATCH] #0: test format --- .github/workflows/test-dispatch.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-dispatch.yaml b/.github/workflows/test-dispatch.yaml index 8c8961c693e3..ae05a517f4b4 100644 --- a/.github/workflows/test-dispatch.yaml +++ b/.github/workflows/test-dispatch.yaml @@ -24,7 +24,7 @@ on: runner-label: required: false type: string - default: '["in-service"]' + default: "in-service" build-type: required: false type: choice @@ -64,8 +64,9 @@ jobs: LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib environment: dev runs-on: - - ${{ format('[{0},{1}]', inputs.runner-label, inputs.hw-config ) }} - # - ${{ inputs.hw-config }} + - ${{ inputs.runner-label }} + # ${{ format(''["{0}", "{1}"]'', inputs.runner-label, inputs.hw-config ) }} + - ${{ inputs.hw-config }} steps: - uses: tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0 - name: Ensure weka mount is active