We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9548c4 commit 8e63818Copy full SHA for 8e63818
.github/workflows/build-node-python.yml
@@ -314,7 +314,7 @@ jobs:
314
# If playwright is used, build node and python sequentially as it is avoiding the duplicate install overhead
315
build-node-python-playwright:
316
name: Node, Python, Playwright
317
- if: ${{ inputs.redis_enable == 'false' && inputs.playwright_enable && (inputs.playwright_run_because_flag || inputs.playwright_run_because_branch == 'true') }}
+ if: ${{ !inputs.redis_enable && inputs.playwright_enable && (inputs.playwright_run_because_flag || inputs.playwright_run_because_branch == 'true') }}
318
concurrency:
319
group: "node-python-playwright-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}"
320
cancel-in-progress: true
0 commit comments