From: Marc Fehling Date: Fri, 20 Oct 2023 03:59:14 +0000 (-0600) Subject: Build all docker images only using one job. X-Git-Tag: relicensing~375^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1c28520d651980ff6919357c323d1ef95fe82c2;p=dealii.git Build all docker images only using one job. --- diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 38c0d26a41..ef00e944d6 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -22,12 +22,10 @@ jobs: fail-fast: false matrix: ubuntu_version: [focal, jammy] - # Use 2 jobs to build, but only 1 for the focal image - # as it starves the github machine for memory. + # Use only 1 job to build, as more jobs + # would starve the github machine for memory. include: - - n_jobs: 2 - n_jobs: 1 - ubuntu_version: focal steps: - name: Checkout code