0
Fork 0
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:
Gao Sun 2023-03-19 20:26:26 +08:00 committed by GitHub
parent ad3611f5a0
commit da82e6f1c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: