Skip to content

Commit f5162d2

Browse files
committed
ci: add concurrency
1 parent cc3a26d commit f5162d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: CI
22

33
on: [push, pull_request]
44

5+
concurrency:
6+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
7+
cancel-in-progress: true
8+
59
jobs:
610
unit-tests:
711
timeout-minutes: 10

0 commit comments

Comments
 (0)