Skip to content

Commit d6fde00

Browse files
committed
Do not cache if not running tests
1 parent b046e52 commit d6fde00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_runtime_images.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
--build-arg FAST_VERSION=$FAST_VERSION
7070
7171
- name: Cache test data
72+
# Intel OpenCL does not work in github action
73+
if: ${{ matrix.opencl != 'intel' }}
7274
id: cache-test-dataset
7375
uses: actions/cache@v4
7476
with:

0 commit comments

Comments
 (0)