Skip to content

Commit 6f44fd5

Browse files
committed
chore: add concurrency
1 parent 1e81907 commit 6f44fd5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
- develop
66
- ci/**
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
build:
1014
if: github.repository == 'Tencent/tdesign-vue-next'

0 commit comments

Comments
 (0)