From 4c499b8521c8071af26fdaa805332308554c2331 Mon Sep 17 00:00:00 2001 From: Jiri Hnidek Date: Wed, 22 May 2024 10:15:45 +0200 Subject: [PATCH] fix: 1.29 Do not try to test this branch for Fedora latest * This branch is intended only for RHEL 9. It does not make sense to try to test this for Fedora latest, because this branch becomes incompatible with the latest Fedora sooner or later. --- .github/workflows/libdnf.yml | 2 -- .github/workflows/pytest.yml | 3 --- .github/workflows/tito.yml | 2 -- 3 files changed, 7 deletions(-) diff --git a/.github/workflows/libdnf.yml b/.github/workflows/libdnf.yml index 8995110a33..700261d886 100644 --- a/.github/workflows/libdnf.yml +++ b/.github/workflows/libdnf.yml @@ -14,8 +14,6 @@ jobs: include: - name: "CentOS Stream 9" image: "quay.io/centos/centos:stream9" - - name: "Fedora latest" - image: "registry.fedoraproject.org/fedora:latest" runs-on: ubuntu-latest container: diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index f795dad3c1..836cbba427 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -19,9 +19,6 @@ jobs: - name: "CentOS Stream 9" image: "quay.io/centos/centos:stream9" pytest_args: '' - - name: "Fedora latest" - image: "registry.fedoraproject.org/fedora:latest" - pytest_args: '' runs-on: ubuntu-latest container: diff --git a/.github/workflows/tito.yml b/.github/workflows/tito.yml index 4bdead3854..d0273ab8a9 100644 --- a/.github/workflows/tito.yml +++ b/.github/workflows/tito.yml @@ -14,8 +14,6 @@ jobs: include: - name: "CentOS Stream 9" image: "quay.io/centos/centos:stream9" - - name: "Fedora latest" - image: "registry.fedoraproject.org/fedora:latest" runs-on: ubuntu-latest container: