This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev-1.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/dev-1.3.0 by this push:
new 823fa17d5 update dead link checker (#3219)
823fa17d5 is described below
commit 823fa17d5e5dc11c329c5d342fba50045e66cf23
Author: Beacontownfc <[email protected]>
AuthorDate: Sat Sep 3 13:04:02 2022 +0800
update dead link checker (#3219)
---
.github/workflows/dlc.json | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.github/workflows/dlc.json b/.github/workflows/dlc.json
index 415184604..8c6e04fe7 100644
--- a/.github/workflows/dlc.json
+++ b/.github/workflows/dlc.json
@@ -1,4 +1,12 @@
{
+ "ignorePatterns": [
+ {
+ "pattern": "^http://localhost"
+ },
+ {
+ "pattern": "^http://127.0.0.1"
+ }
+ ],
"timeout": "10s",
"retryOn429": true,
"retryCount": 10,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]