Skip to content

Commit 1702aa6

Browse files
committed
Fix wrong if condition
1 parent 6568444 commit 1702aa6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ jobs:
163163
name: "Build Stage 1"
164164
needs: prepare
165165
if: >-
166-
github.repository == 'llvm/llvm-project' &&
167-
needs.prepare.outputs.multi-stage == 'true'
166+
github.repository == 'llvm/llvm-project'
168167
runs-on: ${{ needs.prepare.outputs.runs-on }}
169168
steps:
170169

0 commit comments

Comments
 (0)