Skip to content

Commit 2ed22bf

Browse files
committed
Add a connection-probing workflow
1 parent 46adaf0 commit 2ed22bf

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: probe
2+
on: workflow_dispatch
3+
jobs:
4+
reach:
5+
runs-on: ubuntu-slim
6+
steps:
7+
- run: |
8+
echo "egress IP:"; curl -sS https://api.ipify.org; echo
9+
echo "--- connect test ---"
10+
curl -4 -v --connect-timeout 20 https://pypi.halide-lang.org/ 2>&1 | tail -25

0 commit comments

Comments
 (0)