File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ jobs:
484484
485485 # Based on: mr-ubuntu-clang-x86-llvm-latest-cl3.0
486486 run-ubuntu-clang-x86-llvm-latest-cl3-0 :
487- if : ${{ !inputs.is_pull_request && contains(inputs.target_list, 'host_x86_64_linux ') }}
487+ if : ${{ !inputs.is_pull_request && contains(inputs.target_list, 'host_i686_linux ') }}
488488 runs-on : ubuntu-22.04
489489 container :
490490 image : ghcr.io/uxlfoundation/ock_ubuntu_22.04-x86-64:latest
@@ -507,7 +507,7 @@ jobs:
507507
508508 # Based on: mr-ubuntu-gcc-x86-llvm-previous-cl3.0-release
509509 run-ubuntu-gcc-x86-llvm-previous-cl3-0-release :
510- if : ${{ !inputs.is_pull_request && contains(inputs.target_list, 'host_x86_64_linux ') }}
510+ if : ${{ !inputs.is_pull_request && contains(inputs.target_list, 'host_i686_linux ') }}
511511 runs-on : ubuntu-22.04
512512 container :
513513 image : ghcr.io/uxlfoundation/ock_ubuntu_22.04-x86-64:latest
You can’t perform that action at this time.
0 commit comments