Skip to content

Commit a8d5178

Browse files
authored
Disable concurrency for Node, Python, Playwright build
1 parent 892ae94 commit a8d5178

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,9 @@ jobs:
351351
name: Node, Python, Playwright
352352
timeout-minutes: ${{ fromJSON(inputs.timeout) }}
353353
if: ${{ inputs.playwright_enable && (inputs.playwright_run_because_flag || inputs.playwright_run_because_branch == 'true') }}
354-
concurrency:
355-
group: "node-python-playwright-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}"
356-
cancel-in-progress: ${{ fromJSON(inputs.cancel_in_progress) }}
354+
# concurrency:
355+
# group: "node-python-playwright-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}"
356+
# cancel-in-progress: ${{ fromJSON(inputs.cancel_in_progress) }}
357357
permissions:
358358
id-token: write
359359
contents: write

0 commit comments

Comments
 (0)