From: Daan De Meyer Date: Tue, 19 Oct 2021 13:54:07 +0000 (+0100) Subject: CI: disable opensuse mkosi CI X-Git-Tag: v250-rc1~472 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab6df5208396b7069d5c12aa9c21b8ecdb689de1;p=thirdparty%2Fsystemd.git CI: disable opensuse mkosi CI Until https://github.com/systemd/systemd/issues/21019 is fixed, there's no point in running the opensuse CI job so let's disable it for now. --- diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 9ae40e316f6..c70dc2ae10f 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -23,7 +23,8 @@ jobs: - debian - ubuntu - fedora - - opensuse + # Disabled until https://github.com/systemd/systemd/issues/21019 is fixed. + # - opensuse steps: - uses: actions/checkout@v2