Skip to content

Commit ee7bbe0

Browse files
authored
Update build-node-python.yml
1 parent 0f7b9b3 commit ee7bbe0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,13 @@ permissions:
5252
contents: read
5353
id-token: write
5454

55-
concurrency:
56-
group: "${{ github.workflow }}-${{ github.ref || github.head_ref }}"
57-
cancel-in-progress: true
58-
5955
jobs:
6056
build-node:
6157
name: Node
6258
if: ${{ !inputs.cypress_enable || (!inputs.cypress_run_because_flag && inputs.cypress_run_because_branch != 'true') }}
59+
concurrency:
60+
group: "${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}"
61+
cancel-in-progress: true
6362
permissions:
6463
id-token: write
6564
contents: write

0 commit comments

Comments
 (0)