Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
disable testing and pushing Fedora rawhide based image.
  • Loading branch information
adelton committed Feb 26, 2024
1 parent 9b2ce6d commit f94501d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ jobs:
- os: fedora-39
readonly: --read-only
ca: --external-ca
- os: fedora-rawhide
- os: centos-8-stream
- os: centos-8-stream
readonly: --read-only
Expand Down Expand Up @@ -148,7 +147,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ fedora-rawhide, fedora-39, centos-8-stream, rocky-9, almalinux-9 ]
os: [ fedora-39, centos-8-stream, rocky-9, almalinux-9 ]
readonly: [ --read-only ]
timeout-minutes: 30
steps:
Expand Down Expand Up @@ -374,7 +373,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ fedora-rawhide, fedora-39, rhel-9, rhel-8, centos-8-stream ]
os: [ fedora-39, rhel-9, rhel-8, centos-8-stream ]
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -411,7 +410,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ fedora-rawhide, fedora-39, fedora-38, centos-8-stream, rocky-9, rocky-8, almalinux-9, almalinux-8, centos-7 ]
os: [ fedora-39, fedora-38, centos-8-stream, rocky-9, rocky-8, almalinux-9, almalinux-8, centos-7 ]
timeout-minutes: 30
steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit f94501d

Please sign in to comment.