Skip to content

Commit ab81dba

Browse files
testing premerge HA
1 parent c3ca0fb commit ab81dba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/premerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: >-
3030
github.repository_owner == 'llvm' &&
3131
(github.event_name != 'pull_request' || github.event.action != 'closed')
32-
runs-on: llvm-premerge-linux-runners
32+
runs-on: llvm-premerge-linux-runners-2
3333
steps:
3434
- name: Checkout LLVM
3535
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

llvm/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Testing
12
# See docs/CMake.html for instructions about how to build LLVM with CMake.
23
cmake_minimum_required(VERSION 3.20.0)
34

0 commit comments

Comments
 (0)