File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 ANSRV_GEO_PORT : 700
1818 ANSRV_GEO_LICENSE_SERVER : ${{ secrets.LICENSE_SERVER }}
1919 GEO_CONT_NAME : ans_geo
20- RESET_IMAGE_CACHE : 10
20+ RESET_IMAGE_CACHE : 0
2121 IS_WORKFLOW_RUNNING : True
2222 ARTIFACTORY_VERSION : v261
2323
@@ -267,8 +267,8 @@ jobs:
267267 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
268268 with :
269269 path : .\tests\integration\image_cache
270- key : pyvista-image-cache-${{ runner.name }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
271- restore-keys : pyvista-image-cache-${{ runner.name }}-v-${{ env.RESET_IMAGE_CACHE }}
270+ key : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
271+ restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
272272 lookup-only : false # zizmor: ignore[cache-poisoning]
273273
274274 - name : Testing
You can’t perform that action at this time.
0 commit comments