Skip to content

Commit

Permalink
fix: add cancel-in-progress concurrency on publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Sójko committed Jul 5, 2022
1 parent 296aa9a commit af2b730
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Publish Packages

concurrency:
group: publish
cancel-in-progress: true

on:
push:
branches: [ main ]
Expand Down

0 comments on commit af2b730

Please sign in to comment.