Skip to content

Commit

Permalink
Fix concurrency group for package GitHub Actions group (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti authored Jun 4, 2024
1 parent 015ce75 commit 65f9149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "v*.*.*"

concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref_type }}
cancel-in-progress: false

permissions:
Expand Down

0 comments on commit 65f9149

Please sign in to comment.