@@ -134,7 +134,7 @@ jobs:
134134 timeout-minutes : ${{ fromJSON(inputs.timeout) }}
135135 if : ${{ (!inputs.cypress_enable || (!inputs.cypress_run_because_flag && inputs.cypress_run_because_branch != 'true')) && (!inputs.playwright_enable || (!inputs.playwright_run_because_flag && inputs.playwright_run_because_branch != 'true')) }}
136136 concurrency :
137- group : " node-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}"
137+ group : " node-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}-${{ inputs.deduplication_id }} "
138138 cancel-in-progress : ${{ inputs.cancel_in_progress }}
139139 permissions :
140140 id-token : write
@@ -179,7 +179,7 @@ jobs:
179179 timeout-minutes : ${{ fromJSON(inputs.timeout) }}
180180 if : ${{ (!inputs.cypress_enable || (!inputs.cypress_run_because_flag && inputs.cypress_run_because_branch != 'true')) && (!inputs.playwright_enable || (!inputs.playwright_run_because_flag && inputs.playwright_run_because_branch != 'true')) }}
181181 concurrency :
182- group : " python-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}"
182+ group : " python-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}-${{ inputs.deduplication_id }} "
183183 cancel-in-progress : ${{ inputs.cancel_in_progress }}
184184 permissions :
185185 id-token : write
@@ -220,7 +220,7 @@ jobs:
220220 timeout-minutes : ${{ fromJSON(inputs.timeout) }}
221221 if : ${{ inputs.cypress_enable && (inputs.cypress_run_because_flag || inputs.cypress_run_because_branch == 'true') }}
222222 concurrency :
223- group : " node-python-cypress-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}"
223+ group : " node-python-cypress-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}-${{ inputs.deduplication_id }} "
224224 cancel-in-progress : ${{ inputs.cancel_in_progress }}
225225 permissions :
226226 id-token : write
@@ -363,7 +363,7 @@ jobs:
363363 timeout-minutes : ${{ fromJSON(inputs.timeout) }}
364364 if : ${{ inputs.playwright_enable && (inputs.playwright_run_because_flag || inputs.playwright_run_because_branch == 'true') }}
365365 concurrency :
366- group : " node-python-playwright-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}"
366+ group : " node-python-playwright-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}-${{ inputs.deduplication_id }} "
367367 cancel-in-progress : ${{ inputs.cancel_in_progress }}
368368 permissions :
369369 id-token : write
0 commit comments