From 0f1aa0ff26cb3e2dd13e6dabbcab9dbb749487a8 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:20:43 +0100 Subject: [PATCH] tmp: ignore fedora build --- .github/workflows/ci_cd.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 6a7dd97a..22076256 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -237,7 +237,9 @@ jobs: build-application-linux-non-debian: strategy: matrix: - os: ["quay.io/centos/centos:stream9", "fedora:latest"] + # TODO: reactivate... + # os: ["quay.io/centos/centos:stream9", "fedora:latest"] + os: ["quay.io/centos/centos:stream9"] fail-fast: false name: "Build Application Linux - ${{ matrix.os }}" runs-on: ubuntu-latest