Skip to content

Commit

Permalink
Fix run_parallel check
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer committed Jul 18, 2024
1 parent 4cafea4 commit 5ae8623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ jobs:
run_install: ${{ !inputs.run_parallel }}
enable_cache: false # ${{ inputs.playwright_runs_on != 'self-hosted' && inputs.runs_on != 'self-hosted' }}
- name: Build node and python in parallel
if: inputs.run_parallel == 'true'
if: ${{ inputs.run_parallel }}
run: |
parallel --halt-on-error 2 --verbose ::: << EOF
yarn install --no-immutable --inline-builds
Expand Down

0 comments on commit 5ae8623

Please sign in to comment.