Skip to content

Commit a543187

Browse files
committed
ignore unused --jobs option
1 parent fa9fe85 commit a543187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ runs:
412412
'--tidy-review=${{ inputs.tidy-review }}'
413413
'--format-review=${{ inputs.format-review }}'
414414
'--passive-reviews=${{ inputs.passive-reviews }}'
415-
'--jobs=${{ inputs.jobs }}'
415+
# '--jobs=${{ inputs.jobs }}'
416416
]
417417
mut uv_args = [run --no-sync --project $action_path --directory (pwd)]
418418

0 commit comments

Comments
 (0)