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 fd5efa2 commit 14287b7Copy full SHA for 14287b7
.github/workflows/ci.yml
@@ -21,10 +21,10 @@ env:
21
# You should go up in number, if you go down (or repeat a previous value)
22
# you might end up reusing a previous cache if it haven't been deleted already.
23
# It applies 7 days retention policy by default.
24
- RESET_PIP_CACHE: 1
25
- RESET_EXAMPLES_CACHE: 1
26
- RESET_DOC_BUILD_CACHE: 1
27
- RESET_AUTOSUMMARY_CACHE: 1
+ RESET_PIP_CACHE: 4
+ RESET_EXAMPLES_CACHE: 4
+ RESET_DOC_BUILD_CACHE: 4
+ RESET_AUTOSUMMARY_CACHE: 4
28
PACKAGE_NAME: PyMAPDL
29
30
concurrency:
0 commit comments