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 4949 prepare :
5050 name : Prepare to build binaries
5151 runs-on : ${{ inputs.runs-on }}
52- if : github.repository == 'llvm/llvm-project '
52+ if : github.repository_owner == 'llvm'
5353 outputs :
5454 release-version : ${{ steps.vars.outputs.release-version }}
5555 ref : ${{ steps.vars.outputs.ref }}
@@ -177,7 +177,7 @@ jobs:
177177 build-release-package :
178178 name : " Build Release Package"
179179 needs : prepare
180- if : github.repository == 'llvm/llvm-project '
180+ if : github.repository_owner == 'llvm'
181181 runs-on : ${{ needs.prepare.outputs.build-runs-on }}
182182 steps :
183183
@@ -327,7 +327,7 @@ jobs:
327327 - prepare
328328 - build-release-package
329329 if : >-
330- github.repository == 'llvm/llvm-project '
330+ github.repository_owner == 'llvm'
331331 runs-on : ${{ needs.prepare.outputs.test-runs-on }}
332332 steps :
333333 - name : Checkout Actions
You can’t perform that action at this time.
0 commit comments