From 4fcb0f39f5d145b2640ea501c1a7e1c8686bd82c Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Wed, 12 Oct 2022 01:24:37 -0400 Subject: [PATCH] only build one at a time --- .github/workflows/build-empanadas.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-empanadas.yml b/.github/workflows/build-empanadas.yml index ef78937..8b2cb2d 100644 --- a/.github/workflows/build-empanadas.yml +++ b/.github/workflows/build-empanadas.yml @@ -18,6 +18,7 @@ on: jobs: build: strategy: + max-parallel: 1 matrix: architecture: - x64 @@ -42,9 +43,11 @@ jobs: - name: OCP exclude: - architecture: s390x - version: 8 + version: + major: 8 - architecture: ppc64le - version: 8 + version: + major: 8 runs-on: - self-hosted - ${{ matrix.architecture }}