[*] add concurrency to release.yml (#434)
This commit is contained in:
parent
181faba3a6
commit
c53e5c50da
|
@ -5,6 +5,8 @@ on:
|
|||
branches:
|
||||
- main
|
||||
|
||||
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue