Limit the number of parallel GitHub Action jobs to 3
[kconfig-hardened-check.git] / .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: