Skip to content

Commit ac7fdf3

Browse files
maint: Zizmor ignore cache issue (#369)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 0a4144b commit ac7fdf3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
path: tests/graphics/image_cache
126126
key: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
127127
restore-keys: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
128-
lookup-only: true
128+
lookup-only: false # zizmor: ignore[cache-poisoning]
129129

130130
- name: "Run pytest"
131131
uses: ansys/actions/tests-pytest@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Maint: Zizmor ignore cache issue

0 commit comments

Comments
 (0)