Skip to content

Commit d7c6995

Browse files
committed
cleaner runner label
1 parent a2ebfe6 commit d7c6995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gemm-test-reusable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ env:
6262
jobs:
6363
integration-tests:
6464
name: Integration tests
65-
runs-on: ${{ fromJson(inputs.runner_label && format('["{0}"]', inputs.runner_label) || format('["{0}", "{1}"]', inputs.device, inputs.runner_version)) }}
65+
runs-on: ${{ inputs.runner_label || 'max1550' }}
6666
defaults:
6767
run:
6868
shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/setvars.sh > /dev/null; source {0}"

0 commit comments

Comments
 (0)