1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

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