From: Alexander Popov Date: Mon, 6 Mar 2023 17:06:38 +0000 (+0300) Subject: Limit the number of parallel GitHub Action jobs to 3 X-Git-Tag: v0.6.6~222 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=08a85625ebcff1a055a294666207b950f0a31afc;p=kconfig-hardened-check.git Limit the number of parallel GitHub Action jobs to 3 That hopefully prevents the error "codecov failed with exit code 255". --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d6b8cfd..380bd49 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: