Skip to content

Commit

Permalink
tmp: ignore fedora build (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Nov 11, 2024
1 parent d6928af commit c46c3ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c46c3ad

Please sign in to comment.