Skip to content

Commit 4bf0315

Browse files
committed
fix: add concurrency to workflow
1 parent 7e188a8 commit 4bf0315

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ permissions:
1818
security-events: read
1919
statuses: read
2020

21+
concurrency: ${{ github.workflow }}-${{ github.ref }}
22+
2123
jobs:
2224
release:
2325
uses: softnetics/workflows/.github/workflows/release-packages.yaml@main

0 commit comments

Comments
 (0)