ci: concurrency control for releases

This commit is contained in:
Mitchell Hashimoto
2024-10-24 20:44:55 -07:00
parent 0a12bd756b
commit c47bf85e05

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