Skip to content

Commit 5b37883

Browse files
committed
cancel in progress, limit to 4 concurrent for max of 32 cores
1 parent bedfbe4 commit 5b37883

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ jobs:
77
if: github.actor != 'dependabot[bot]'
88
concurrency:
99
group: unit-tests-${{ github.ref }}
10+
cancel-in-progress: true
1011
strategy:
1112
fail-fast: false
12-
max-parallel: 1
13+
max-parallel: 4
1314
matrix:
1415
include:
1516
# Ubuntu - All tests

0 commit comments

Comments
 (0)