Skip to content

Commit 21d03d1

Browse files
committed
check 3: check SSH
1 parent 0d2d5ed commit 21d03d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ssh-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Get runner to use
4141
shell: bash
4242
env:
43-
NUM_GPUS: num_gpus
43+
NUM_GPUS: single
4444
RUNNER_TYPE: a10
4545
run: |
4646
if [[ "$NUM_GPUS" == "single" && "$RUNNER_TYPE" == "a10" ]]; then

0 commit comments

Comments
 (0)