Skip to content

Commit 74bf197

Browse files
committed
cancel whl build
Signed-off-by: wangli <[email protected]>
1 parent 06a6693 commit 74bf197

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/release_code.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ on:
3535
tags:
3636
- 'v*'
3737

38+
concurrency:
39+
group: ${{ github.workflow }}-${{ github.ref }}
40+
cancel-in-progress: true
41+
3842
jobs:
3943
build:
4044
name: release code

.github/workflows/release_whl.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ on:
3939
tags:
4040
- 'v*'
4141

42+
concurrency:
43+
group: ${{ github.workflow }}-${{ github.ref }}
44+
cancel-in-progress: true
45+
4246
jobs:
4347
build:
4448
name: build and release wheel

0 commit comments

Comments
 (0)