Limit the number of parallel GitHub Action jobs to 3
authorAlexander Popov <alex.popov@linux.com>
Mon, 6 Mar 2023 17:06:38 +0000 (20:06 +0300)
committerAlexander Popov <alex.popov@linux.com>
Mon, 6 Mar 2023 17:06:38 +0000 (20:06 +0300)
That hopefully prevents the error "codecov failed with exit code 255".

.github/workflows/main.yml

index d6b8cfd949fb76ae75f6e101af334e8a973107a1..380bd49c36072fac67c5e4d1ffd3f34336b967d6 100644 (file)
@@ -12,7 +12,7 @@ jobs:
     runs-on: ubuntu-latest
 
     strategy:
-      max-parallel: 4
+      max-parallel: 3
       fail-fast: false
       matrix:
         # Current ubuntu-latest (Ubuntu 22.04) provides the following versions of Python: