From 4e49414e2f9fbb3c36f175c2f8a456d1dd77f9c6 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 4 Jan 2022 14:51:20 +0300 Subject: workflows/ci: limit max number of parallel jobs --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 516e226..b5a5740 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: strategy: matrix: python-version: [3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.x] + # Random number to prevent exceeding the request frequency limit. + max-parallel: 3 # 3.4 is not available on Focal. runs-on: ubuntu-18.04 name: 'Python ${{ matrix.python-version }}' -- cgit v1.2.3