Skip to content

Commit c31cb68

Browse files
committed
disable premerge
1 parent c47965f commit c31cb68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/premerge.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
premerge-checks-linux:
2727
name: Build and Test Linux${{ (startsWith(matrix.runs-on, 'depot-ubuntu-24.04-arm') && ' AArch64') || '' }}
2828
if: >-
29-
github.repository_owner == 'llvm' &&
29+
false && github.repository_owner == 'llvm' &&
3030
(github.event_name != 'pull_request' || github.event.action != 'closed')
3131
strategy:
3232
fail-fast: false
@@ -120,7 +120,7 @@ jobs:
120120
premerge-checks-windows:
121121
name: Build and Test Windows
122122
if: >-
123-
github.repository_owner == 'llvm' &&
123+
false && github.repository_owner == 'llvm' &&
124124
(github.event_name != 'pull_request' || github.event.action != 'closed')
125125
runs-on: llvm-premerge-windows-2022-runners
126126
defaults:

0 commit comments

Comments
 (0)