We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f133759 commit 51d1835Copy full SHA for 51d1835
.github/workflows/dlc.json
@@ -1,4 +1,9 @@
1
{
2
+ "ignorePatterns": [
3
+ {
4
+ "pattern": "https://github.com/WeBankFinTech/DataSphereStudio-Doc"
5
+ }
6
+ ],
7
"timeout": "10s",
8
"retryOn429": true,
9
"retryCount": 10,
@@ -7,10 +12,6 @@
12
200,
13
401,
14
403
10
- ],
11
- "exclude": [
- "https://github.com/WeBankFinTech/DataSphereStudio-Doc/blob/main/en_US/Installation_and_Deployment/DSS%26Linkis_one-click_deployment_document_stand-alone_version.md",
- "https://github.com/WeBankFinTech/DataSphereStudio-Doc/blob/main/zh_CN/%E5%AE%89%E8%A3%85%E9%83%A8%E7%BD%B2/DSS%26Linkis%E4%B8%80%E9%94%AE%E9%83%A8%E7%BD%B2%E6%96%87%E6%A1%A3%E5%8D%95%E6%9C%BA%E7%89%88.md"
15
]
16
}
17
0 commit comments