Skip to content

Commit 913f673

Browse files
committed
fix: resetting cache
1 parent a7aed2f commit 913f673

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ env:
1818
PACKAGE_NAME: 'pyconverter-xml2py'
1919
PACKAGE_NAMESPACE: 'pyconverter.xml2py'
2020
DOCUMENTATION_CNAME: 'pyconverter-xml2py.docs.pyansys.com'
21-
RESET_PIP_CACHE: 0
22-
RESET_AUTOSUMMARY_CACHE: 0
23-
RESET_DOC_BUILD_CACHE: 0
21+
RESET_PIP_CACHE: 10
22+
RESET_AUTOSUMMARY_CACHE: 10
23+
RESET_DOC_BUILD_CACHE: 10
2424
ON_CI: true
2525

2626
concurrency:

0 commit comments

Comments
 (0)