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 a1b2961 commit 78d2ee3Copy full SHA for 78d2ee3
.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: 3
25
- RESET_EXAMPLES_CACHE: 3
26
- RESET_DOC_BUILD_CACHE: 3
27
- RESET_AUTOSUMMARY_CACHE: 3
+ RESET_PIP_CACHE: 5
+ RESET_EXAMPLES_CACHE: 5
+ RESET_DOC_BUILD_CACHE: 5
+ RESET_AUTOSUMMARY_CACHE: 5
28
PACKAGE_NAME: PyMAPDL
29
30
jobs:
0 commit comments