File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
prepare :
50
50
name : Prepare to build binaries
51
51
runs-on : ${{ inputs.runs-on }}
52
- if : github.repository == 'llvm/llvm-project '
52
+ if : github.repository_owner == 'llvm'
53
53
outputs :
54
54
release-version : ${{ steps.vars.outputs.release-version }}
55
55
ref : ${{ steps.vars.outputs.ref }}
@@ -177,7 +177,7 @@ jobs:
177
177
build-release-package :
178
178
name : " Build Release Package"
179
179
needs : prepare
180
- if : github.repository == 'llvm/llvm-project '
180
+ if : github.repository_owner == 'llvm'
181
181
runs-on : ${{ needs.prepare.outputs.build-runs-on }}
182
182
steps :
183
183
@@ -327,7 +327,7 @@ jobs:
327
327
- prepare
328
328
- build-release-package
329
329
if : >-
330
- github.repository == 'llvm/llvm-project '
330
+ github.repository_owner == 'llvm'
331
331
runs-on : ${{ needs.prepare.outputs.test-runs-on }}
332
332
steps :
333
333
- name : Checkout Actions
You can’t perform that action at this time.
0 commit comments