From 7a3026817e4ac513ad588c462d29bc933c880667 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 11 Nov 2024 11:09:21 +0900 Subject: [PATCH] DEBUG: temporarly disabled other runners than retrodeck-server for troubleshooting --- .github/workflows/cooker-selfhosted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index 36815c60..c18ee709 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -30,7 +30,7 @@ permissions: jobs: Building_RetroDECK: - runs-on: retrodeck + runs-on: retrodeck-server # was just "retrodeck", temporarly disabled other runners for troubleshooting steps: # Circumventing this bug: https://github.com/flatpak/flatpak-builder/issues/317