ci: concurrency control for releases
parent
0a12bd756b
commit
c47bf85e05
|
|
@ -8,6 +8,12 @@ on:
|
|||
|
||||
name: Release Tip
|
||||
|
||||
# We must only run one release workflow at a time to prevent corrupting
|
||||
# our release artifacts.
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
tag:
|
||||
runs-on: namespace-profile-ghostty-sm
|
||||
|
|
|
|||
Loading…
Reference in New Issue