gha: Add concurrency restriction on release workflow (#4081)
This commit is contained in:
parent
e752959109
commit
dca96122bf
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -11,6 +11,7 @@ on:
|
|||
- '*.yml'
|
||||
- 'README.md'
|
||||
|
||||
concurrency: release
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
Loading…
Reference in a new issue