File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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 }}'
You can’t perform that action at this time.
0 commit comments