Skip to content

Commit bcf1a16

Browse files
committed
cancel concurrent tests
1 parent afaeb6d commit bcf1a16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
name: CI
2+
3+
concurrency:
4+
group: build-${{ github.event.pull_request.number || github.ref }}
5+
cancel-in-progress: true
6+
27
on:
38
create:
49
tags:

0 commit comments

Comments
 (0)