Skip to content

Commit 491ae9c

Browse files
committed
temp exclude --jobs
1 parent 2fe47de commit 491ae9c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

action.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,9 @@ runs:
297297
--extra-arg="${{ inputs.extra-args }}" \
298298
--tidy-review="${{ inputs.tidy-review }}" \
299299
--format-review="${{ inputs.format-review }}" \
300-
--passive-reviews="${{ inputs.passive-reviews }}" \
301-
--jobs=${{ inputs.jobs }}
300+
--passive-reviews="${{ inputs.passive-reviews }}"
301+
302+
# --jobs=${{ inputs.jobs }}
302303

303304
- name: Setup python venv (Windows)
304305
if: runner.os == 'Windows'
@@ -336,7 +337,7 @@ runs:
336337
' --extra-arg="${{ inputs.extra-args }}"' +
337338
' --tidy-review="${{ inputs.tidy-review }}"' +
338339
' --format-review="${{ inputs.format-review }}"' +
339-
' --passive-reviews="${{ inputs.passive-reviews }}"' +
340-
' --jobs=${{ inputs.jobs }}'
340+
' --passive-reviews="${{ inputs.passive-reviews }}"'
341341
342342
Invoke-Expression -Command $app
343+
# ' --jobs=${{ inputs.jobs }}'

0 commit comments

Comments
 (0)