Skip to content

Commit f482a56

Browse files
committed
Add concurrency configuration for tests
1 parent baed1bf commit f482a56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
pull_request:
1111
workflow_dispatch:
1212

13+
concurrency:
14+
group: tests
15+
cancel-in-progress: true
16+
1317
jobs:
1418
linux:
1519
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)