From ee2932bc1534301ea52b318a0f5529e827e35e4d Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 26 Jun 2023 00:09:58 -0400 Subject: [PATCH] Remove unnecessary CI matrix --- .github/workflows/ci-suite.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 9cd7244ba5..e812cbb533 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -875,14 +875,10 @@ jobs: fail_ci_if_error: true build-deb: - name: Build .deb Package + name: Build .deb Package # Can't do i386 due to https://github.com/dotnet/core/issues/4595 needs: start-ci-run-gate runs-on: ubuntu-latest if: "!(cancelled() || failure()) && needs.start-ci-run-gate.result == 'success'" - strategy: - fail-fast: false - matrix: - arch: [ 'amd64' ] # Can't do i386 due to https://github.com/dotnet/core/issues/4595 steps: - name: Import GPG Key run: |