We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 582d806 + fc81f89 commit 5c64996Copy full SHA for 5c64996
1 file changed
.github/workflows/run_ock_internal_tests.yml
@@ -448,7 +448,7 @@ jobs:
448
449
# Based on: mr-ubuntu-build-ock-in-tree-llvm
450
run-ubuntu-build-ock-in-tree-llvm:
451
- if: ${{ !inputs.is_pull_request && contains(inputs.target_list, 'host_x86_64_linux') }}
+ if: ${{ !inputs.is_pull_request && contains(inputs.target_list, 'host_x86_64_linux') && inputs.llvm_version != 'main' }}
452
runs-on: ubuntu-22.04
453
container:
454
image: ghcr.io/uxlfoundation/ock_ubuntu_22.04-x86-64:latest
0 commit comments