mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
ci: fix concurrency group for release (#3507)
This commit is contained in:
parent
ad3611f5a0
commit
da82e6f1c6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -19,7 +19,7 @@ on:
|
||||||
- v*.*.*
|
- v*.*.*
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dockerize-core:
|
dockerize-core:
|
||||||
|
|
Loading…
Reference in a new issue