From 212d044793b8999c6614384811b7e79e720e9561 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 13 Dec 2025 15:04:29 +0100 Subject: Fix testing archlinux (gnome/hyprland conflict) Since the setup is intended to use either gnome or hyprland on archlinux but not both on the same machine to avoid complicated and unexpected behavior. This splits the testing of archlinux into 2 different branches for each of the desktop environments --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef5fd27b..2ee6fcde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,8 @@ jobs: molecule_distro: - name: archlinux runs_on: "ubuntu-latest" + - name: archlinux-gnome + runs_on: "ubuntu-latest" - name: ubuntu runs_on: "ubuntu-latest" - name: debian -- cgit v1.2.3