ci: Enable retry for Link Check
Link check is likely to fail due to connectivity reasons, retry three times before it fails. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
parent
5bd177dde8
commit
08c1bb4b00
1 changed files with 4 additions and 0 deletions
|
|
@ -12,3 +12,7 @@ exclude = [
|
|||
# GitHub user smibarber referenced in `CREDITS.md` no longer exist
|
||||
'^https://github.com/smibarber',
|
||||
]
|
||||
|
||||
max_retries = 3
|
||||
|
||||
retry_wait_time = 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue