Skip to content

Commit

Permalink
ci(release): prevent running multiple releases in parallel (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
abalias committed Nov 28, 2022
1 parent 1c8d111 commit ce5da58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
@@ -1,5 +1,8 @@
name: Release

concurrency:
group: release

on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit ce5da58

Please sign in to comment.