We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8c799 commit c82f5e1Copy full SHA for c82f5e1
1 file changed
.github/workflows/build_runtime_images.yaml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Cache test data
72
# Intel OpenCL does not work in github action
73
- if: ${{ matrix.opencl != 'intel' }}
+ if: ${{ matrix.opencl != 'intel' && matrix.type == 'python' }}
74
id: cache-test-dataset
75
uses: actions/cache@v4
76
with:
0 commit comments