mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-09 15:06:59 +08:00
Add ping (#270)
This commit is contained in:
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
@@ -25,6 +25,7 @@ jobs:
|
||||
http_proxy: socks5://127.0.0.1:8080
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
run: |
|
||||
curl -v http://m.daocloud.io/v2/
|
||||
./hack/diff.sh
|
||||
- name: Update badge
|
||||
env:
|
||||
|
1
.github/workflows/deep-check.yml
vendored
1
.github/workflows/deep-check.yml
vendored
@@ -26,6 +26,7 @@ jobs:
|
||||
http_proxy: socks5://127.0.0.1:8080
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
run: |
|
||||
curl -v http://m.daocloud.io/v2/
|
||||
./hack/diff.sh
|
||||
- name: Update badge
|
||||
env:
|
||||
|
1
.github/workflows/deep-sync.yml
vendored
1
.github/workflows/deep-sync.yml
vendored
@@ -29,4 +29,5 @@ jobs:
|
||||
http_proxy: socks5://127.0.0.1:8080
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
run: |
|
||||
curl -v http://m.daocloud.io/v2/
|
||||
./hack/diff.sh
|
||||
|
1
.github/workflows/manual-deep-sync.yml
vendored
1
.github/workflows/manual-deep-sync.yml
vendored
@@ -32,4 +32,5 @@ jobs:
|
||||
http_proxy: socks5://127.0.0.1:8080
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
run: |
|
||||
curl -v http://m.daocloud.io/v2/
|
||||
./hack/diff.sh
|
||||
|
1
.github/workflows/manual-sync.yml
vendored
1
.github/workflows/manual-sync.yml
vendored
@@ -33,4 +33,5 @@ jobs:
|
||||
http_proxy: socks5://127.0.0.1:8080
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
run: |
|
||||
curl -v http://m.daocloud.io/v2/
|
||||
./hack/diff.sh
|
||||
|
1
.github/workflows/sync.yml
vendored
1
.github/workflows/sync.yml
vendored
@@ -28,4 +28,5 @@ jobs:
|
||||
http_proxy: socks5://127.0.0.1:8080
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
run: |
|
||||
curl -v http://m.daocloud.io/v2/
|
||||
./hack/diff.sh
|
||||
|
Reference in New Issue
Block a user