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 a7aed2f commit 913f673Copy full SHA for 913f673
.github/workflows/ci_cd.yml
@@ -18,9 +18,9 @@ env:
18
PACKAGE_NAME: 'pyconverter-xml2py'
19
PACKAGE_NAMESPACE: 'pyconverter.xml2py'
20
DOCUMENTATION_CNAME: 'pyconverter-xml2py.docs.pyansys.com'
21
- RESET_PIP_CACHE: 0
22
- RESET_AUTOSUMMARY_CACHE: 0
23
- RESET_DOC_BUILD_CACHE: 0
+ RESET_PIP_CACHE: 10
+ RESET_AUTOSUMMARY_CACHE: 10
+ RESET_DOC_BUILD_CACHE: 10
24
ON_CI: true
25
26
concurrency:
0 commit comments