Skip to content

Commit 0f5129d

Browse files
committed
fix: cache name
1 parent 5d453a2 commit 0f5129d

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
@@ -17,7 +17,7 @@ env:
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

0 commit comments

Comments
 (0)