Skip to content

Commit d0976ec

Browse files
authored
ci: add concurrency group to deploy workflow
1 parent 6c74980 commit d0976ec

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ on:
4747
required: true
4848
type: boolean
4949

50+
concurrency:
51+
group: ${{ github.workflow }}-${{ github.ref }}
52+
cancel-in-progress: true
53+
5054
jobs:
5155
# -----------------------------------------------------------------
5256
# PREPARE

0 commit comments

Comments
 (0)