Skip to content

Commit d9e1aee

Browse files
authored
Add concurrency limits
1 parent b4f609e commit d9e1aee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-main-version.yml

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
description: "Release version, ex: v3.x.x"
1414
required: true
1515

16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.event.inputs.release_tag }}
18+
cancel-in-progress: true
19+
1620
jobs:
1721
tag:
1822
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)