File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 35
35
prepare :
36
36
name : Prepare to build binaries
37
37
runs-on : ubuntu-22.04
38
- if : github.repository == 'llvm/llvm-project'
39
38
outputs :
40
39
release-version : ${{ steps.vars.outputs.release-version }}
41
40
ref : ${{ steps.vars.outputs.ref }}
86
85
name : " Build Stage 1 Linux"
87
86
needs : prepare
88
87
runs-on : ${{ matrix.runs-on }}
89
- if : github.repository == 'llvm/llvm-project'
90
88
strategy :
91
89
fail-fast : false
92
90
matrix :
@@ -144,7 +142,6 @@ jobs:
144
142
- prepare
145
143
- build-stage1-linux
146
144
runs-on : ${{ matrix.runs-on }}
147
- if : github.repository == 'llvm/llvm-project'
148
145
strategy :
149
146
fail-fast : false
150
147
matrix :
@@ -206,7 +203,6 @@ jobs:
206
203
outputs :
207
204
filename : ${{ steps.package-info.outputs.release-filename }}
208
205
runs-on : ubuntu-22.04-16x64
209
- if : github.repository == 'llvm/llvm-project'
210
206
steps :
211
207
- name : Install Ninja
212
208
uses : llvm/actions/install-ninja@22e9f909d35b50bd1181709564bfe816eaeaae81 # main
@@ -315,7 +311,6 @@ jobs:
315
311
- prepare
316
312
- build-stage3-linux
317
313
runs-on : ubuntu-22.04
318
- if : github.repository == 'llvm/llvm-project'
319
314
strategy :
320
315
fail-fast : false
321
316
matrix :
You can’t perform that action at this time.
0 commit comments