From 7669ac2bb16974cbed2231e9bc5034841176df29 Mon Sep 17 00:00:00 2001 From: Markus Fritsche Date: Mon, 20 Jul 2026 10:54:25 +0200 Subject: [PATCH] reauktion-home-ca: decouple from the sic-agent-debian tail sic-agent-debian sits behind daedalus-v4l2-dkms-debian -> daedalus-v4l2-debian, which needs the debian-aarch64 runner (actrunner-debian-aarch64-bohr) - currently offline (bohr container stopped on boltzmann). reauktion-home-ca doesn't need that runner at all (both its jobs run on arch-aarch64), so chain it after aish-debian instead of waiting on an unrelated stuck runner. --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 0ed8b6dc9..a13290f04 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -2015,7 +2015,7 @@ jobs: # arch=any / Architecture: all — one build serves every target. # ------------------------------------------------------------------------- reauktion-home-ca-any: - needs: sic-agent-debian + needs: aish-debian runs-on: arch-aarch64 steps: - uses: actions/checkout@v4