Skip to content

Commit edb4f3e

Browse files
committed
ci: Add concurrency
1 parent 7e7d7df commit edb4f3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
paths-ignore:
1111
- '*.md'
1212

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
1316
jobs:
1417
test:
1518
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)