Skip to content

Commit d0e8704

Browse files
committed
build: limit CI release concurrency
1 parent e109685 commit d0e8704

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
concurrency: release-${{ github.ref }}
67
jobs:
78
release:
89
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)