Skip to content

Commit 9002f26

Browse files
ci: modify release concurrency group
1 parent 8a9001c commit 9002f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
release:
4848
concurrency:
4949
# Allow only one release at a time.
50-
group: release
50+
group: release-${{ github.event.number || github.ref }}
5151
needs:
5252
- build
5353
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)