From ec26c33fc5975dbaeb5b06a9ef3c126136fbbd83 Mon Sep 17 00:00:00 2001 From: ahtlon Date: Tue, 1 Sep 2026 21:01:48 +0200 Subject: [PATCH] [actions] ...and forgot the domain --- .gitea/workflows/hydra-callback.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/hydra-callback.yml b/.gitea/workflows/hydra-callback.yml index e489569..4ac0d44 100644 --- a/.gitea/workflows/hydra-callback.yml +++ b/.gitea/workflows/hydra-callback.yml @@ -40,7 +40,7 @@ jobs: timeout-minutes: 200 run: | echo "Running now @ pr no $PR" - nix run nixpkgs#hydra-cli -- -H https://hydra.malobeo.de jobset-wait malobeo "$PR" + nix run nixpkgs#hydra-cli -- -H https://hydra.malobeo.org jobset-wait malobeo "$PR" on_push: if: github.event.push @@ -60,4 +60,4 @@ jobs: timeout-minutes: 200 run: | echo "Running now @ master" - nix run nixpkgs#hydra-cli -- -H https://hydra.malobeo.de jobset-wait malobeo master \ No newline at end of file + nix run nixpkgs#hydra-cli -- -H https://hydra.malobeo.org jobset-wait malobeo master \ No newline at end of file