Skip to content

Commit

Permalink
fix: add concurrency to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
saenyakorn committed Oct 30, 2023
1 parent 7e188a8 commit 4bf0315
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ permissions:
security-events: read
statuses: read

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
release:
uses: softnetics/workflows/.github/workflows/release-packages.yaml@main
Expand Down

0 comments on commit 4bf0315

Please sign in to comment.