Skip to content

Commit

Permalink
fix: 1.29 Do not try to test this branch for Fedora rawhide
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 rawhide, which contains
  too many things not compatible with RHEL 9
  • Loading branch information
jirihnidek committed May 20, 2024
1 parent 3cc6ee7 commit f4d57c5
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 @@ -16,8 +16,6 @@ jobs:
image: "quay.io/centos/centos:stream9"
- name: "Fedora latest"
image: "registry.fedoraproject.org/fedora:latest"
- name: "Fedora Rawhide"
image: "registry.fedoraproject.org/fedora:rawhide"

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 @@ -22,9 +22,6 @@ jobs:
- name: "Fedora latest"
image: "registry.fedoraproject.org/fedora:latest"
pytest_args: ''
- name: "Fedora Rawhide"
image: "registry.fedoraproject.org/fedora:rawhide"
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 @@ -16,8 +16,6 @@ jobs:
image: "quay.io/centos/centos:stream9"
- name: "Fedora latest"
image: "registry.fedoraproject.org/fedora:latest"
- name: "Fedora Rawhide"
image: "registry.fedoraproject.org/fedora:rawhide"

runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit f4d57c5

Please sign in to comment.