Skip to content

Commit 5e1ac59

Browse files
authored
ci(test-build): 仅在非develop分支上取消进行中的构建 (#895)
1 parent 15c347c commit 5e1ac59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
19-
cancel-in-progress: true
19+
cancel-in-progress: ${{ github.ref_name != 'develop' }}
2020

2121
jobs:
2222
build:

0 commit comments

Comments
 (0)