Skip to content

Commit 6568444

Browse files
committed
Fix another typo
1 parent e0373d6 commit 6568444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ jobs:
526526
- prepare
527527
- build-stage3-all
528528
if: >-
529-
github.repository == 'llvm/llvm-project' &&
529+
github.repository == 'llvm/llvm-project'
530530
runs-on: ${{ needs.prepare.outputs.runs-on }}
531531
steps:
532532
- name: Checkout Actions

0 commit comments

Comments
 (0)