Skip to content

Commit

Permalink
fix: 1.29 Do not try to test this branch for Fedora latest
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
jirihnidek authored and m-horky committed May 22, 2024
1 parent 07b09cd commit 4c499b8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/libdnf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tito.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4c499b8

Please sign in to comment.