Skip to content

Commit

Permalink
cleaner runner label
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbaden committed Nov 5, 2024
1 parent a2ebfe6 commit d7c6995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gemm-test-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ env:
jobs:
integration-tests:
name: Integration tests
runs-on: ${{ fromJson(inputs.runner_label && format('["{0}"]', inputs.runner_label) || format('["{0}", "{1}"]', inputs.device, inputs.runner_version)) }}
runs-on: ${{ inputs.runner_label || 'max1550' }}
defaults:
run:
shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/setvars.sh > /dev/null; source {0}"
Expand Down

0 comments on commit d7c6995

Please sign in to comment.