Skip to content

Commit f8a3004

Browse files
authored
chore(ci): cancel release workflow if new release is triggered (#10370)
Signed-off-by: Jon Koops <jonkoops@gmail.com>
1 parent 87c9dd6 commit f8a3004

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches:
55
- main
6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.ref }}
8+
cancel-in-progress: true
69
jobs:
710
ci:
811
name: CI

0 commit comments

Comments
 (0)