[actions] ...and forgot the domain
Check flake syntax / flake-check (push) Successful in 10m26s

This commit is contained in:
2026-09-01 21:01:48 +02:00
parent 20c0426853
commit ec26c33fc5
+2 -2
View File
@@ -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
nix run nixpkgs#hydra-cli -- -H https://hydra.malobeo.org jobset-wait malobeo master