Skip to content

Commit c82f5e1

Browse files
committed
Try to fix cache not working
1 parent 0f8c799 commit c82f5e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_runtime_images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Cache test data
7272
# Intel OpenCL does not work in github action
73-
if: ${{ matrix.opencl != 'intel' }}
73+
if: ${{ matrix.opencl != 'intel' && matrix.type == 'python' }}
7474
id: cache-test-dataset
7575
uses: actions/cache@v4
7676
with:

0 commit comments

Comments
 (0)