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.
This commit is contained in:
Daan De Meyer 2021-10-19 14:54:07 +01:00 committed by Luca Boccassi
parent aabb252577
commit ab6df52083

View 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