Skip to content

Commit 5c64996

Browse files
author
Colin Davidson
authored
Merge pull request uxlfoundation#941 from coldav/colin/fix_llvm_in_tree
Fix llvm_in_tree when branch is main
2 parents 582d806 + fc81f89 commit 5c64996

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_ock_internal_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ jobs:
448448

449449
# Based on: mr-ubuntu-build-ock-in-tree-llvm
450450
run-ubuntu-build-ock-in-tree-llvm:
451-
if: ${{ !inputs.is_pull_request && contains(inputs.target_list, 'host_x86_64_linux') }}
451+
if: ${{ !inputs.is_pull_request && contains(inputs.target_list, 'host_x86_64_linux') && inputs.llvm_version != 'main' }}
452452
runs-on: ubuntu-22.04
453453
container:
454454
image: ghcr.io/uxlfoundation/ock_ubuntu_22.04-x86-64:latest

0 commit comments

Comments
 (0)