diff --git a/.github/workflows/ssh-runner.yml b/.github/workflows/ssh-runner.yml index b5a0d05af7..5ea83f2005 100644 --- a/.github/workflows/ssh-runner.yml +++ b/.github/workflows/ssh-runner.yml @@ -24,8 +24,8 @@ env: jobs: ssh_runner: - name: SSH - runs-on: [single-gpu, nvidia-gpu, ${{ github.event.inputs.runner_type }}, ci] + name: "SSH" + runs-on: [single-gpu, nvidia-gpu, "${{ github.event.inputs.runner_type }}", ci] container: image: ${{ github.event.inputs.docker_image }} options: --gpus all --privileged --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/