ci: concurrency control for releases

pull/2498/head
Mitchell Hashimoto 2024-10-24 20:44:55 -07:00
parent 0a12bd756b
commit c47bf85e05
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 6 additions and 0 deletions

View File

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