File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1111 GEO_CONT_NAME : ans_geo
1212 RESET_IMAGE_CACHE : 0
1313
14+ permissions :
15+ contents : read
16+ packages : read
17+
1418jobs :
1519 testing-windows-v1 :
1620 name : Testing and coverage (Windows - v1 Protos)
7377 path : .\tests\integration\image_cache
7478 key : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
7579 restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
76- lookup-only : false # zizmor: ignore[cache-poisoning]
80+ lookup-only : true
7781
7882 - name : Testing
7983 timeout-minutes : 20 # Sometimes hangs...
@@ -142,7 +146,7 @@ jobs:
142146 path : tests/integration/image_cache
143147 key : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
144148 restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
145- lookup-only : false # zizmor: ignore[cache-poisoning]
149+ lookup-only : true
146150
147151 - name : Testing
148152 timeout-minutes : 20 # Sometimes hangs...
You can’t perform that action at this time.
0 commit comments