]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
CI: disable opensuse mkosi CI
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 19 Oct 2021 13:54:07 +0000 (14:54 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 19 Oct 2021 16:21:29 +0000 (17:21 +0100)
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.

.github/workflows/mkosi.yml

index 9ae40e316f6c8846d52c6f06c7822d3a5974dc3d..c70dc2ae10fd7da473ec78a1ed04aa11ac111536 100644 (file)
@@ -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