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:
55
66on :
77 pull_request :
8- paths :
9- - .github/workflows/premerge.yaml
108 push :
119 branches :
1210 - ' main'
1311 - ' release/**'
1412
1513jobs :
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 }}
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 }}
You can’t perform that action at this time.
0 commit comments