Skip to content

Commit da225b7

Browse files
committed
fix concurrency
1 parent e329267 commit da225b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
FOLLOWING_VERSION: ${{ inputs.following_version || '' }}
2323

2424
concurrency:
25-
group: dist-${{ github.ref }}
25+
group: release-${{ github.ref }}
2626
cancel-in-progress: true
2727

2828
defaults:

0 commit comments

Comments
 (0)