From 0ea13dcee28cf16f96b036faae020765a8d57a9e Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Tue, 17 Mar 2026 14:54:04 +0000 Subject: [PATCH] ci(ssh): disable homelab jobs because it's offline and i'm halfway across the world, oh well Signed-off-by: Xe Iaso --- .github/workflows/ssh-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ssh-ci.yml b/.github/workflows/ssh-ci.yml index 3069a33e..a89a992e 100644 --- a/.github/workflows/ssh-ci.yml +++ b/.github/workflows/ssh-ci.yml @@ -12,14 +12,15 @@ permissions: jobs: ssh: if: github.repository == 'TecharoHQ/anubis' - runs-on: alrest-techarohq + #runs-on: alrest-techarohq + runs-on: ubuntu-latest strategy: matrix: host: - riscv64 - ppc64le - - aarch64-4k - - aarch64-16k + #- aarch64-4k + #- aarch64-16k steps: - name: Checkout code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2