We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47965f commit c31cb68Copy full SHA for c31cb68
.github/workflows/premerge.yaml
@@ -26,7 +26,7 @@ jobs:
26
premerge-checks-linux:
27
name: Build and Test Linux${{ (startsWith(matrix.runs-on, 'depot-ubuntu-24.04-arm') && ' AArch64') || '' }}
28
if: >-
29
- github.repository_owner == 'llvm' &&
+ false && github.repository_owner == 'llvm' &&
30
(github.event_name != 'pull_request' || github.event.action != 'closed')
31
strategy:
32
fail-fast: false
@@ -120,7 +120,7 @@ jobs:
120
premerge-checks-windows:
121
name: Build and Test Windows
122
123
124
125
runs-on: llvm-premerge-windows-2022-runners
126
defaults:
0 commit comments