diff --git a/.github/workflows/planned_testing.yml b/.github/workflows/planned_testing.yml index 517240762..e6f2e0ce0 100644 --- a/.github/workflows/planned_testing.yml +++ b/.github/workflows/planned_testing.yml @@ -126,6 +126,7 @@ jobs: if: inputs.test_opencl_cts needs: [ workflow_vars, build_icd, create_ock_artefacts ] strategy: + fail-fast: false matrix: target: ${{ fromJson(inputs.target_list) }} exclude: ${{ fromJson(needs.workflow_vars.outputs.matrix_only_linux_x86_64_aarch64) }}