Skip to content

Commit e5e2fd5

Browse files
committed
ci: Setup concurrency
1 parent ca9063e commit e5e2fd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
- pull_request
55
jobs:
66
build:
7+
concurrency:
8+
group: ${{ github.ref }}
9+
cancel-in-progress: true
710
name: 'Test on Node ${{ matrix.node }} and ${{ matrix.os }}'
811
runs-on: '${{ matrix.os }}'
912
strategy:

0 commit comments

Comments
 (0)