@@ -129,7 +129,7 @@ jobs:
129129 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')) }}
130130 concurrency :
131131 group : " node-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}"
132- cancel-in-progress : ${{ fromJSON( inputs.cancel_in_progress) }}
132+ cancel-in-progress : ${{ inputs.cancel_in_progress }}
133133 permissions :
134134 id-token : write
135135 contents : write
@@ -171,7 +171,7 @@ jobs:
171171 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')) }}
172172 concurrency :
173173 group : " python-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}"
174- cancel-in-progress : ${{ fromJSON( inputs.cancel_in_progress) }}
174+ cancel-in-progress : ${{ inputs.cancel_in_progress }}
175175 permissions :
176176 id-token : write
177177 contents : write
@@ -210,7 +210,7 @@ jobs:
210210 if : ${{ inputs.cypress_enable && (inputs.cypress_run_because_flag || inputs.cypress_run_because_branch == 'true') }}
211211 concurrency :
212212 group : " node-python-cypress-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}"
213- cancel-in-progress : ${{ fromJSON( inputs.cancel_in_progress) }}
213+ cancel-in-progress : ${{ inputs.cancel_in_progress }}
214214 permissions :
215215 id-token : write
216216 contents : write
@@ -351,7 +351,7 @@ jobs:
351351 if : ${{ inputs.playwright_enable && (inputs.playwright_run_because_flag || inputs.playwright_run_because_branch == 'true') }}
352352 concurrency :
353353 group : " node-python-playwright-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}"
354- cancel-in-progress : ${{ fromJSON( inputs.cancel_in_progress) }}
354+ cancel-in-progress : ${{ inputs.cancel_in_progress }}
355355 permissions :
356356 id-token : write
357357 contents : write
0 commit comments