From 1db44ca4d01d8180a1adaf69f2f0f9a1ce953221 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sat, 29 Nov 2025 00:17:03 +0100 Subject: Improve styles --- .github/workflows/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index c654f27..f0ab104 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -49,7 +49,7 @@ jobs: tags: tag:ci - name: Wait for reachability run: | - until tailscale ping --until-direct=false ${{ secrets.TARGET_HOST }}; do + until tailscale ping --c=1 --until-direct=false ${{ secrets.TARGET_HOST }}; do echo "Waiting for Tailscale to connect..." sleep 2 done -- cgit v1.3