revisions of isolation-check
Some checks failed
Runner Isolation Check / isolation-test (push) Failing after 3m28s

This commit is contained in:
Doc
2025-10-06 18:09:49 -04:00
parent baf66654fa
commit 5389fa50b4
2 changed files with 3 additions and 3 deletions

View File

@@ -66,8 +66,8 @@ jobs:
run: |
echo "--- Checking external IP (https://ifconfig.me)"
for ignore in errors ; do
curl -4 icanhazip.com
curl -6 icanhazip.com
curl -4 icanhazip.com >/dev/null 2>&1
curl -6 icanhazip.com >/dev/null 2>&1 || echo "Error getting ipv6" && true
done
- name: Outbound reachability sanity check