From 5708ee3b09a2a23a0f90d3d69d327fe5a6ebc34b Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 25 Dec 2024 19:20:35 +0200 Subject: [PATCH] remove 12 from matrix shards --- .github/workflows/test_common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index aff42352..1fa21094 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -37,7 +37,7 @@ jobs: name: tests strategy: matrix: - shard: [ 0,1,2,3,4,5,6,7 ,8,9,10,11,12] + shard: [ 0,1,2,3,4,5,6,7 ,8,9,10,11] runs-on: ubuntu-latest timeout-minutes: 120 steps: