Skip to content

Commit 78b5d67

Browse files
authored
workflows/premerge: Enable macos builds (#125176)
We still have buildkite for testing Linux and Windows, so we don't need to enable those builds yet.
1 parent f2e1acd commit 78b5d67

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/premerge.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@ permissions:
55

66
on:
77
pull_request:
8-
paths:
9-
- .github/workflows/premerge.yaml
108
push:
119
branches:
1210
- 'main'
1311
- 'release/**'
1412

1513
jobs:
1614
premerge-checks-linux:
17-
if: github.repository_owner == 'llvm'
15+
if: false && github.repository_owner == 'llvm'
1816
runs-on: llvm-premerge-linux-runners
1917
concurrency:
2018
group: ${{ github.workflow }}-linux-${{ github.event.pull_request.number || github.sha }}
@@ -73,7 +71,7 @@ jobs:
7371
./.ci/monolithic-linux.sh "$(echo ${linux_projects} | tr ' ' ';')" "$(echo ${linux_check_targets})" "$(echo ${linux_runtimes} | tr ' ' ';')" "$(echo ${linux_runtime_check_targets})"
7472
7573
premerge-checks-windows:
76-
if: github.repository_owner == 'llvm'
74+
if: false && github.repository_owner == 'llvm'
7775
runs-on: llvm-premerge-windows-runners
7876
concurrency:
7977
group: ${{ github.workflow }}-windows-${{ github.event.pull_request.number || github.sha }}

0 commit comments

Comments
 (0)