Skip to content

Commit

Permalink
#0: test format
Browse files Browse the repository at this point in the history
  • Loading branch information
TT-billteng committed Sep 27, 2024
1 parent 8da4484 commit 06fadbd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
runner-label:
required: false
type: string
default: '["in-service"]'
default: "in-service"
build-type:
required: false
type: choice
Expand Down Expand Up @@ -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/[email protected]
- name: Ensure weka mount is active
Expand Down

0 comments on commit 06fadbd

Please sign in to comment.