Skip to content

Commit 7191cd9

Browse files
try windows
1 parent 801109e commit 7191cd9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/premerge.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ jobs:
9090
if: >-
9191
github.repository_owner == 'llvm' &&
9292
(github.event_name != 'pull_request' || github.event.action != 'closed')
93-
runs-on: llvm-premerge-windows-2022-runners
93+
runs-on:
94+
group: ${{ (endsWith(github.run_id, '0') || endsWith(github.run_id, '2') || endsWith(github.run_id, '4') || endsWith(github.run_id, '6') || endsWith(github.run_id, '8')) && 'llvm-premerge-cluster-us-west' || 'llvm-premerge-cluster-us-central' }}
95+
labels: llvm-premerge-windows-2022-runners
9496
defaults:
9597
run:
9698
shell: bash

0 commit comments

Comments
 (0)