From 6bfababd56c4a749295a73c751d4fa1d599cc8da Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Sat, 21 Feb 2026 18:56:32 +0100 Subject: [PATCH] disable all debug builds and tests --- .github/workflows/desktop-build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 45218fea4..b1e490c32 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -108,12 +108,14 @@ jobs: # These names correspond to the files in ".ci/$distro$version" include: - distro: Arch + test: skip package: skip # We are packaged in Arch already allow-failure: yes - distro: Debian version: 11 package: DEB + test: skip - distro: Servatrice_Debian version: 11 @@ -129,6 +131,7 @@ jobs: - distro: Debian version: 13 package: DEB + test: skip - distro: Fedora version: 42 @@ -138,14 +141,17 @@ jobs: - distro: Fedora version: 43 package: RPM + test: skip - distro: Ubuntu version: 22.04 package: DEB + test: skip - distro: Ubuntu version: 24.04 package: DEB + test: skip name: ${{matrix.distro}} ${{matrix.version}} needs: configure