Skip to content

Commit b81c9ad

Browse files
committed
XXX: Debug
1 parent a60f158 commit b81c9ad

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release-binaries.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
prepare:
3636
name: Prepare to build binaries
3737
runs-on: ubuntu-22.04
38-
if: github.repository == 'llvm/llvm-project'
3938
outputs:
4039
release-version: ${{ steps.vars.outputs.release-version }}
4140
ref: ${{ steps.vars.outputs.ref }}
@@ -86,7 +85,6 @@ jobs:
8685
name: "Build Stage 1 Linux"
8786
needs: prepare
8887
runs-on: ${{ matrix.runs-on }}
89-
if: github.repository == 'llvm/llvm-project'
9088
strategy:
9189
fail-fast: false
9290
matrix:
@@ -144,7 +142,6 @@ jobs:
144142
- prepare
145143
- build-stage1-linux
146144
runs-on: ${{ matrix.runs-on }}
147-
if: github.repository == 'llvm/llvm-project'
148145
strategy:
149146
fail-fast: false
150147
matrix:
@@ -206,7 +203,6 @@ jobs:
206203
outputs:
207204
filename: ${{ steps.package-info.outputs.release-filename }}
208205
runs-on: ubuntu-22.04-16x64
209-
if: github.repository == 'llvm/llvm-project'
210206
steps:
211207
- name: Install Ninja
212208
uses: llvm/actions/install-ninja@22e9f909d35b50bd1181709564bfe816eaeaae81 # main
@@ -315,7 +311,6 @@ jobs:
315311
- prepare
316312
- build-stage3-linux
317313
runs-on: ubuntu-22.04
318-
if: github.repository == 'llvm/llvm-project'
319314
strategy:
320315
fail-fast: false
321316
matrix:

0 commit comments

Comments
 (0)