Skip to content

Commit d0e8704

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
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)