Skip to content

Commit f05413e

Browse files
[Github] Force premerge to run on US West cluster
To debug why the US West cluster is not getting any jobs assigned. DO NOT MERGE.
1 parent 664b227 commit f05413e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/premerge.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
if: >-
2929
github.repository_owner == 'llvm' &&
3030
(github.event_name != 'pull_request' || github.event.action != 'closed')
31-
runs-on: llvm-premerge-linux-runners
31+
runs-on:
32+
group: llvm-premerge-cluster-us-west
3233
steps:
3334
- name: Checkout LLVM
3435
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)