Skip to content

Commit f5dd864

Browse files
committed
ci: use concurrency-group to cancel in-progress tests
1 parent 58d8b45 commit f5dd864

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Tests
22

33
on: [push]
44

5+
concurrency:
6+
group: 'tests-${{ github.head_ref || github.run_id }}'
7+
cancel-in-progress: true
8+
59
jobs:
610
build:
711

0 commit comments

Comments
 (0)