From: Alexander Popov Date: Mon, 12 Jun 2023 15:28:42 +0000 (+0300) Subject: GitHub Actions: decrease the max-parallel to 1 to avoid the codecov rate limit X-Git-Tag: v0.6.6~138 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=34381808fedcdc6fc7567078a5ad89bc0919ab11;p=kconfig-hardened-check.git GitHub Actions: decrease the max-parallel to 1 to avoid the codecov rate limit --- diff --git a/.github/workflows/functional_test.yml b/.github/workflows/functional_test.yml index 5e8c181..31e44d0 100644 --- a/.github/workflows/functional_test.yml +++ b/.github/workflows/functional_test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: - max-parallel: 3 + max-parallel: 1 fail-fast: false matrix: # Current ubuntu-latest (Ubuntu 22.04) provides the following versions of Python: