File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments