diff --git a/.github/workflows/scheduled-verification.yml b/.github/workflows/scheduled-verification.yml index a5142046..98af544b 100644 --- a/.github/workflows/scheduled-verification.yml +++ b/.github/workflows/scheduled-verification.yml @@ -48,4 +48,4 @@ jobs: ref_llvm: release/${{ matrix.llvm_version }}.x ref_translator: llvm_release_${{ matrix.llvm_version }}0 ref_opencl-clang: ocl-open-${{ matrix.llvm_version }}0 - run_tests: 'true' + run_tests: ${{ matrix.llvm_version >= 23 }}