File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,14 @@ permissions:
5
5
6
6
on :
7
7
pull_request :
8
- paths :
9
- - .github/workflows/premerge.yaml
10
8
push :
11
9
branches :
12
10
- ' main'
13
11
- ' release/**'
14
12
15
13
jobs :
16
14
premerge-checks-linux :
17
- if : github.repository_owner == 'llvm'
15
+ if : false && github.repository_owner == 'llvm'
18
16
runs-on : llvm-premerge-linux-runners
19
17
concurrency :
20
18
group : ${{ github.workflow }}-linux-${{ github.event.pull_request.number || github.sha }}
73
71
./.ci/monolithic-linux.sh "$(echo ${linux_projects} | tr ' ' ';')" "$(echo ${linux_check_targets})" "$(echo ${linux_runtimes} | tr ' ' ';')" "$(echo ${linux_runtime_check_targets})"
74
72
75
73
premerge-checks-windows :
76
- if : github.repository_owner == 'llvm'
74
+ if : false && github.repository_owner == 'llvm'
77
75
runs-on : llvm-premerge-windows-runners
78
76
concurrency :
79
77
group : ${{ github.workflow }}-windows-${{ github.event.pull_request.number || github.sha }}
You can’t perform that action at this time.
0 commit comments