Skip to content

Commit 0c3066e

Browse files
committed
if doc url test fail, sleep a few seconds and try again -- this avoid random network failures
1 parent 5701cad commit 0c3066e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install python3 requests
4141
run: sudo apt-get install python3-requests
4242
- name: Check doc links
43-
run: cd src/scripts && python3 check_doc_urls.py
43+
run: cd src/scripts && python3 check_doc_urls.py || sleep 5 || python3 check_doc_urls.py
4444

4545
build:
4646
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)