Skip to content

Commit

Permalink
temp exclude --jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Nov 26, 2024
1 parent 2fe47de commit 491ae9c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,9 @@ runs:
--extra-arg="${{ inputs.extra-args }}" \
--tidy-review="${{ inputs.tidy-review }}" \
--format-review="${{ inputs.format-review }}" \
--passive-reviews="${{ inputs.passive-reviews }}" \
--jobs=${{ inputs.jobs }}
--passive-reviews="${{ inputs.passive-reviews }}"
# --jobs=${{ inputs.jobs }}

- name: Setup python venv (Windows)
if: runner.os == 'Windows'
Expand Down Expand Up @@ -336,7 +337,7 @@ runs:
' --extra-arg="${{ inputs.extra-args }}"' +
' --tidy-review="${{ inputs.tidy-review }}"' +
' --format-review="${{ inputs.format-review }}"' +
' --passive-reviews="${{ inputs.passive-reviews }}"' +
' --jobs=${{ inputs.jobs }}'
' --passive-reviews="${{ inputs.passive-reviews }}"'
Invoke-Expression -Command $app
# ' --jobs=${{ inputs.jobs }}'

0 comments on commit 491ae9c

Please sign in to comment.