chore: ensure only one cargo publish can run (#26262)

Signed-off-by: Eli Uriegas <github@terriblecode.com>
This commit is contained in:
Eli Uriegas 2024-10-15 09:47:02 -07:00 committed by GitHub
parent 797405fc61
commit 9d93e333a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,11 @@ name: cargo_publish
on: workflow_dispatch
# Ensures only one publish is running at a time
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
build:
name: cargo publish