Skip to content

Commit 903f2f6

Browse files
committed
adding more workflows
1 parent 8df3aa3 commit 903f2f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
if inputs_runner_re:
8989
runner_gpu = inputs_runner_re.group(1)
9090
91-
assert config_gpu == runner_gpu, f"Specified runner '${{ inputs.runner }})' is not compatible with config '${{ inputs.name }}'""
91+
assert config_gpu == runner_gpu, f"Specified runner '${{ inputs.runner }})' is not compatible with config '${{ inputs.name }}'"
9292
9393
9494
get-jobs:

0 commit comments

Comments
 (0)