Skip to content

Commit 3ebea00

Browse files
committed
ignore unused --jobs option
1 parent bb5e279 commit 3ebea00

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)