diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16e2a0e..4b7c71f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: tags: tag:ci - name: Tailscale status - run: tailscale status > /dev/null + run: tailscale status || true - name: Check if Attic endpoint is reachable id: check_attic