Skip to content

Commit 8e63818

Browse files
committed
fix redis disabled
1 parent a9548c4 commit 8e63818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-node-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
# If playwright is used, build node and python sequentially as it is avoiding the duplicate install overhead
315315
build-node-python-playwright:
316316
name: Node, Python, Playwright
317-
if: ${{ inputs.redis_enable == 'false' && inputs.playwright_enable && (inputs.playwright_run_because_flag || inputs.playwright_run_because_branch == 'true') }}
317+
if: ${{ !inputs.redis_enable && inputs.playwright_enable && (inputs.playwright_run_because_flag || inputs.playwright_run_because_branch == 'true') }}
318318
concurrency:
319319
group: "node-python-playwright-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}"
320320
cancel-in-progress: true

0 commit comments

Comments
 (0)