Skip to content

Commit c46c3ad

Browse files
authored
tmp: ignore fedora build (#383)
1 parent d6928af commit c46c3ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,9 @@ jobs:
237237
build-application-linux-non-debian:
238238
strategy:
239239
matrix:
240-
os: ["quay.io/centos/centos:stream9", "fedora:latest"]
240+
# TODO: reactivate...
241+
# os: ["quay.io/centos/centos:stream9", "fedora:latest"]
242+
os: ["quay.io/centos/centos:stream9"]
241243
fail-fast: false
242244
name: "Build Application Linux - ${{ matrix.os }}"
243245
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)